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 | 11100111111001101000110011101100100010001010001101000110 | e7e68cec88a346 |
EUC-JP | 鉞護哀F | 11101110111010001011100011101110101100001010010101000110 | eee8b8eeb0a546 |
UTF-8 | 鉞護哀F | 11101001100010011001111011101000101011011011011111100101100100111000000001000110 | e9899ee8adb7e5938046 |
UHC | 鉞護哀F | 11101010110001111111101111011110111001001110111001000110 | eac7fbdee4ee46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)