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 | ân@B | 11000011100000111100001010100010011011100100000001000010 | c383c2a26e4042 |
SJIS-WIN | ???¢n@B | 0011111100111111001111111000000110010001011011100100000001000010 | 3f3f3f81916e4042 |
EUC-JP | �¢n@B | 100011111010101010101010001111111000111110101010101001001010000111110001011011100100000001000010 | 8faaaa3f8faaa4a1f16e4042 |
UTF-8 | ân@B | 1100001110000011110000101000001111000011100000101100001010100010011011100100000001000010 | c383c283c382c2a26e4042 |
UHC | ????n@B | 00111111001111110011111100111111011011100100000001000010 | 3f3f3f3f6e4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)