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 | ??處??夭 | 0011111100111111100110010111110000111111001111111001101011101110 | 3f3f997c3f3f9aee |
EUC-JP | ??處??夭 | 0011111100111111110100011101110100111111001111111101010011110000 | 3f3fd1dd3f3fd4f0 |
UTF-8 | 렱렗處솽씬夭 | 111010111010000010110001111010111010000010010111111010001001100110010101111011001000011010111101111011001001010010101100111001011010010010101101 | eba0b1eba097e89995ec86bdec94ace5a4ad |
UHC | 렱렗處솽씬夭 | 100011101011111010001110101011001111010010100101101111001110000110111110110000001110100011101100 | 8ebe8eacf4a5bce1bec0e8ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)