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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?祠?詐?? | 0011111111100010010010110011111110001101101111000011111100111111 | 3fe24b3f8dbc3f3f |
EUC-JP | 鋌祠?詐?? | 10001111111001001011101111100011101011000011111110111010101111100011111100111111 | 8fe4bbe3ac3fbabe3f3f |
UTF-8 | 鋌祠렫詐렰렦 | 111010011000101110001100111001111010010110100000111010111010000010101011111010001010100110010000111010111010000010110000111010111010000010100110 | e98b8ce7a5a0eba0abe8a990eba0b0eba0a6 |
UHC | 鋌祠렫詐렰렦 | 111011111111101111011110111001101000111010111001110111101111000110001110101111011000111010110101 | effbdee68eb9def18ebd8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)