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 | 멠뎚뎚먏멞 | 111010111010100110100000111010111000111010011010111010111000111010011010111010111010100010001111111010111010100110011110 | eba9a0eb8e9aeb8e9aeba88feba99e |
UHC | 멠뎚뎚먏멞 | 10010001010100001000100101101011100010010110101110010000110011011001000101001110 | 9150896b896b90cd914e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)