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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | 髥??? | 100011111110100111110000001111110011111100111111 | 8fe9f03f3f3f |
UTF-8 | 髥걢뜞뮵 | 111010011010101110100101111010101011000110100010111010111001110010011110111010111010111010110101 | e9aba5eab1a2eb9c9eebaeb5 |
UHC | 髥걢뜞뮵 | 1110011110100011100000011000101110001101101000011001001010111101 | e7a3818b8da192bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)