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 | ??vB | 00111111001111110111011001000010 | 3f3f7642 |
SJIS-WIN | 嘆鱈vB | 100100100101000110010010010011000111011001000010 | 9251924c7642 |
EUC-JP | 嘆鱈vB | 110000111011001011000011101011010111011001000010 | c3b2c3ad7642 |
UTF-8 | 嘆鱈vB | 1110010110011000100001101110100110110001100010000111011001000010 | e59886e9b1887642 |
UHC | 嘆?vB | 1111011110100011001111110111011001000010 | f7a33f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)