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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 譴ァ甯キBF | 1110011010100010101001111111101010101000101101110100001001000110 | e6a2a7faa8b74246 |
EUC-JP | 譴ァ甯キBF | 1110110010100100100011101010011110001111110011011010101010001110101101110100001001000110 | eca48ea78fcdaa8eb74246 |
UTF-8 | 譴ァ甯キBF | 1110100010101101101101001110111110111101101001111110011110010100101011111110111110111101101101110100001001000110 | e8adb4efbda7e794afefbdb74246 |
UHC | 譴???BF | 11001100101110010011111100111111001111110100001001000110 | ccb93f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)