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 | 001111111110001001011110100100010100111001000010 | 3fe25e914e42 |
EUC-JP | ?秧鮮B | 001111111110001110111111110000011010111101000010 | 3fe3bfc1af42 |
UTF-8 | 卨秧鮮B | 11100101100011011010100011100111101001111010011111101001101011101010111001000010 | e58da8e7a7a7e9aeae42 |
UHC | 卨秧鮮B | 11100000110110011110010011101011111000001101100001000010 | e0d9e4ebe0d842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)