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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 狒犢^ | 1110000010111111111000001011011101011110 | e0bfe0b75e |
EUC-JP | 狒犢^ | 1110000011000001111000001011100101011110 | e0c1e0b95e |
UTF-8 | 狒犢^ | 11100111100010111001001011100111100010101010001001011110 | e78b92e78aa25e |
UHC | ?犢^ | 00111111110101001011101101011110 | 3fd4bb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)