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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾?淫 | 1000111010100010001111111000100011111010 | 8ea23f88fa |
EUC-JP | 爾?淫 | 1011110010100100001111111011000011111100 | bca43fb0fc |
UTF-8 | 爾렞淫 | 111001111000100010111110111010111010000010011110111001101011011110101011 | e788beeba09ee6b7ab |
UHC | 爾렞淫 | 111011001011001110001110101011111110101111100010 | ecb38eafebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)