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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 譽夂矯F | 11100110101000111001101011100111100010111011100001000110 | e6a39ae78bb846 |
EUC-JP | 譽夂矯F | 11101100101001011101010011101001101101101011101001000110 | eca5d4e9b6ba46 |
UTF-8 | 譽夂矯F | 11101000101011011011110111100101101001001000001011100111100111111010111101000110 | e8adbde5a482e79faf46 |
UHC | 譽?矯F | 111001111110001000111111110011101110110001000110 | e7e23fceec46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)