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 | 00111111001111110101001101000010 | 3f3f5342 |
SJIS-WIN | 嘆鱈SB | 100100100101000110010010010011000101001101000010 | 9251924c5342 |
EUC-JP | 嘆鱈SB | 110000111011001011000011101011010101001101000010 | c3b2c3ad5342 |
UTF-8 | 嘆鱈SB | 1110010110011000100001101110100110110001100010000101001101000010 | e59886e9b1885342 |
UHC | 嘆?SB | 1111011110100011001111110101001101000010 | f7a33f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)