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 | 寀竺鈐室 | 1111101010100111100011101011000111111011110000101000111010111010 | faa78eb1fbc28eba |
EUC-JP | 寀竺鈐室 | 10001111101110101101101110111100101100111000111111100011110000011011110010111100 | 8fbadbbcb38fe3c1bcbc |
UTF-8 | 寀竺鈐室 | 111001011010111110000000111001111010101110111010111010011000100010010000111001011010111010100100 | e5af80e7abbae98890e5aea4 |
UHC | 寀竺鈐室 | 1111001111110010111101011110011111001100101000101110001111111000 | f3f2f5e7cca2e3f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)