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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襄剰鳩B | 11100101111101011000111111101000100101001011010101000010 | e5f58fe894b542 |
EUC-JP | 襄剰鳩B | 11101010111101111011111011101010110010001011011101000010 | eaf7beeac8b742 |
UTF-8 | 襄剰鳩B | 11101000101001011000010011100101100010011011000011101001101100111010100101000010 | e8a584e589b0e9b3a942 |
UHC | 襄?鳩B | 111001011101000100111111110011111100110101000010 | e5d13fcfcd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)