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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | ??處??h | 00111111001111111001100101111100001111110011111101101000 | 3f3f997c3f3f68 |
EUC-JP | ??處??h | 00111111001111111101000111011101001111110011111101101000 | 3f3fd1dd3f3f68 |
UTF-8 | 렱렗處롛렊h | 11101011101000001011000111101011101000001001011111101000100110011001010111101011101000011001101111101011101000001000101001101000 | eba0b1eba097e89995eba19beba08a68 |
UHC | 렱렗處롛렊h | 1000111010111110100011101010110011110100101001011000111011011111100011101010000101101000 | 8ebe8eacf4a58edf8ea168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)