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 | ??\Y | 00111111001111110101110001011001 | 3f3f5c59 |
SJIS-WIN | 嘆鱈\Y | 100100100101000110010010010011000101110001011001 | 9251924c5c59 |
EUC-JP | 嘆鱈\Y | 110000111011001011000011101011010101110001011001 | c3b2c3ad5c59 |
UTF-8 | 嘆鱈\Y | 1110010110011000100001101110100110110001100010000101110001011001 | e59886e9b1885c59 |
UHC | 嘆?\Y | 1111011110100011001111110101110001011001 | f7a33f5c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)