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 | ????p | 0011111100111111001111110011111101110000 | 3f3f3f3f70 |
SJIS-WIN | 邪糘雫p | 100011101101011111100010111100101111001011111000100011101011010001110000 | 8ed7e2f2f2f88eb470 |
EUC-JP | 邪糘?雫p | 1011110011011001111001001111010000111111101111001011011001110000 | bcd9e4f43fbcb670 |
UTF-8 | 邪糘雫p | 11101001100000101010101011100111101100111001100011101110100010001010111111101001100110111010101101110000 | e982aae7b398ee88afe99bab70 |
UHC | 邪???p | 110111101111011100111111001111110011111101110000 | def73f3f3f70 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)