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 | セ蠕蕋 | 1011111011100101101111101110010101000010 | bee5bee542 |
EUC-JP | セ蠕蕋 | 100011101011111011101010110000001110100110100011 | 8ebeeac0e9a3 |
UTF-8 | セ蠕蕋 | 111011111011110110111110111010001010000010010101111010001001010110001011 | efbdbee8a095e8958b |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)