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 | 鉋捺勣跂咎峪 | 111001111110111010010011111001101001100110101000111001101110001110011001111010011001101110111001 | e7ee93e699a8e6e399e99bb9 |
EUC-JP | 鉋捺勣跂咎峪 | 111011101111000011000110111010001101001010101010111011001110010111010010111010111101011010111011 | eef0c6e8d2aaece5d2ebd6bb |
UTF-8 | 鉋捺勣跂咎峪 | 111010011000100110001011111001101000110110111010111001011000101110100011111010001011011110000010111001011001001010001110111001011011001110101010 | e9898be68dbae58ba3e8b782e5928ee5b3aa |
UHC | ?捺勣?咎? | 001111111101000111110100111011101101001100111111110011111010010000111111 | 3fd1f4eed33fcfa43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)