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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 擾→?仰 | 10001111111011111000000110101000001111111000101111000010 | 8fef81a83f8bc2 |
EUC-JP | 擾→?仰 | 10111110111100011010001010101010001111111011011011000100 | bef1a2aa3fb6c4 |
UTF-8 | 擾→봄仰 | 111001101001001110111110111000101000011010010010111010111011010010000100111001001011101110110000 | e693bee28692ebb484e4bbb0 |
UHC | 擾→봄仰 | 1110100011110110101000011110011010111010101111011110010011100110 | e8f6a1e6babde4e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)