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 | 雕溽霜 | 111010001011100010011111111001111001000110011010 | e8b89fe7919a |
EUC-JP | 雕溽霜 | 111100001011101011011110111010011100000111111010 | f0badee9c1fa |
UTF-8 | 雕溽霜 | 111010011001101110010101111001101011101010111101111010011001110010011100 | e99b95e6babde99c9c |
UHC | 雕?霜 | 1111000011100111001111111101111111011100 | f0e73fdfdc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)