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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 窒?窒?^ | 10010010100000100011111110010010100000100011111101011110 | 92823f92823f5e |
EUC-JP | 窒?窒?^ | 11000011111000100011111111000011111000100011111101011110 | c3e23fc3e23f5e |
UTF-8 | 窒셈窒셈^ | 11100111101010101001001011101100100001011000100011100111101010101001001011101100100001011000100001011110 | e7aa92ec8588e7aa92ec85885e |
UHC | 窒셈窒셈^ | 111100101111001010111100110000001111001011110010101111001100000001011110 | f2f2bcc0f2f2bcc05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)