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 | ?A? | 001111110100000100111111 | 3f413f |
SJIS-WIN | 廣A卿 | 1001110001000001010000011000101110101000 | 9c41418ba8 |
EUC-JP | 廣A卿 | 1101011110100010010000011011011010101010 | d7a241b6aa |
UTF-8 | 廣A卿 | 11100101101110111010001101000001111001011000110110111111 | e5bba341e58dbf |
UHC | 廣A卿 | 1100111011000110010000011100110011001111 | cec641cccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)