To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驩幎興? | 11101001100010011001101111101011100010111011101100111111 | e9899beb8bbb3f |
EUC-JP | 驩幎興寗 | 111100011110100111010110111011011011011010111101100011111011101011100000 | f1e9d6edb6bd8fbae0 |
UTF-8 | 驩幎興寗 | 111010011010100110101001111001011011100110001110111010001000100010001000111001011010111110010111 | e9a9a9e5b98ee88888e5af97 |
UHC | 驩?興寗 | 11111100101111100011111111111101111010011101001010111100 | fcbe3ffde9d2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)