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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 먏뎚듺멠뎚 | 111010111010100010001111111010111000111010011010111010111001001110111010111010111010100110100000111010111000111010011010 | eba88feb8e9aeb93baeba9a0eb8e9a |
UHC | 먏뎚듺멠뎚 | 10010000110011011000100101101011100010101110000010010001010100001000100101101011 | 90cd896b8ae09150896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)