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 | ?肯? | 00111111100011010110110100111111 | 3f8d6d3f |
EUC-JP | 嫄肯? | 100011111011101010100001101110011100111000111111 | 8fbaa1b9ce3f |
UTF-8 | 嫄肯렍 | 111001011010101110000100111010001000001010101111111010111010000010001101 | e5ab84e882afeba08d |
UHC | 嫄肯렍 | 111010101011000111010000111010011000111010100011 | eab1d0e98ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)