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 | 辰但褻 | 100100100100001110010010010000011110010111110110 | 92439241e5f6 |
EUC-JP | 辰但褻 | 110000111010010011000011101000101110101011111000 | c3a4c3a2eaf8 |
UTF-8 | 辰但褻 | 111010001011111010110000111001001011110110000110111010001010010010111011 | e8beb0e4bd86e8a4bb |
UHC | 辰但褻 | 111100101110001111010011101000111110000011100001 | f2e3d3a3e0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)