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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ????ぃ^ | 00111111001111110011111100111111100000101010000101011110 | 3f3f3f3f82a15e |
EUC-JP | ????ぃ^ | 00111111001111110011111100111111101001001010001101011110 | 3f3f3f3fa4a35e |
UTF-8 | 룶뇜룵츕ぃ^ | 11101011101000111011011011101011100001111001110011101011101000111011010111101100101110001001010111100011100000011000001101011110 | eba3b6eb879ceba3b5ecb895e381835e |
UHC | 룶뇜룵츕ぃ^ | 1000111110101011101100111111110110001111101010101010111010001111101010101010001101011110 | 8fabb3fd8faaae8faaa35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)