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 | ???SB | 0011111100111111001111110101001101000010 | 3f3f3f5342 |
SJIS-WIN | 竪湛即SB | 1001001001000111100100100101100010010001101001100101001101000010 | 9247925891a65342 |
EUC-JP | 竪湛即SB | 1100001110101000110000111011100111000010101010000101001101000010 | c3a8c3b9c2a85342 |
UTF-8 | 竪湛即SB | 1110011110101011101010101110011010111001100110111110010110001101101100110101001101000010 | e7abaae6b99be58db35342 |
UHC | 竪湛?SB | 11100010101101011101001111000000001111110101001101000010 | e2b5d3c03f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)