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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 遵?肢?牆?^ | 10001111100001010011111110001110100010000011111111100000101011010011111101011110 | 8f853f8e883fe0ad3f5e |
EUC-JP | 遵?肢?牆?^ | 10111101111001010011111110111011111010000011111111100000101011110011111101011110 | bde53fbbe83fe0af3f5e |
UTF-8 | 遵렔肢렲牆렪^ | 11101001100000011011010111101011101000001001010011101000100000101010001011101011101000001011001011100111100010011000011011101011101000001010101001011110 | e981b5eba094e882a2eba0b2e78986eba0aa5e |
UHC | 遵렔肢렲牆렪^ | 11110001111001011000111010101001111100101011011010001110101111111110110111101101100011101011100001011110 | f1e58ea9f2b68ebfeded8eb85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)