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 | ????h? | 001111110011111100111111001111110110100000111111 | 3f3f3f3f683f |
SJIS-WIN | 鞜托スシh鞜 | 111010001101111110010001111011111011110110111100011010001110100011011111 | e8df91efbdbc68e8df |
EUC-JP | 鞜托スシh鞜 | 1111000011100001110000101111000110001110101111011000111010111100011010001111000011100001 | f0e1c2f18ebd8ebc68f0e1 |
UTF-8 | 鞜托スシh鞜 | 11101001100111101001110011100110100010011001100011101111101111011011110111101111101111011011110001101000111010011001111010011100 | e99e9ce68998efbdbdefbdbc68e99e9c |
UHC | ?托??h? | 00111111111101101111010100111111001111110110100000111111 | 3ff6f53f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)