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 | 멠뎚뗼멠뎚 | 111010111010100110100000111010111000111010011010111010111001011110111100111010111010100110100000111010111000111010011010 | eba9a0eb8e9aeb97bceba9a0eb8e9a |
UHC | 멠뎚뗼멠뎚 | 10010001010100001000100101101011100010111111101110010001010100001000100101101011 | 9150896b8bfb9150896b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)