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 | 11100111111001101000110011101100100010001010010101000010 | e7e68cec88a542 |
EUC-JP | 鉞護挨B | 11101110111010001011100011101110101100001010011101000010 | eee8b8eeb0a742 |
UTF-8 | 鉞護挨B | 11101001100010011001111011101000101011011011011111100110100011001010100001000010 | e9899ee8adb7e68ca842 |
UHC | 鉞護?B | 111010101100011111111011110111100011111101000010 | eac7fbde3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)