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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鈺??給潁 | 1111101111000100001111110011111110001011100010111001111111110001 | fbc43f3f8b8b9ff1 |
EUC-JP | 鈺??給潁 | 100011111110001111010101001111110011111110110101111010111101111011110011 | 8fe3d53f3fb5ebdef3 |
UTF-8 | 鈺뽪뇥給潁 | 111010011000100010111010111010111011110110101010111010111000011110100101111001111011010110100110111001101011110110000001 | e988baebbdaaeb87a5e7b5a6e6bd81 |
UHC | 鈺뽪뇥給潁 | 11101000101011011001011011100110100001111000110111010000111001011110011110111000 | e8ad96e6878dd0e5e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)