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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 與?與?B | 11100100011011110011111111100100011011110011111101000010 | e46f3fe46f3f42 |
EUC-JP | 與?與?B | 11100111110100000011111111100111110100000011111101000010 | e7d03fe7d03f42 |
UTF-8 | 與괓與괓B | 11101000100010001000011111101010101101001001001111101000100010001000011111101010101101001001001101000010 | e88887eab493e88887eab49342 |
UHC | 與괓與괓B | 111001101010100010000001111111101110011010101000100000011111111001000010 | e6a881fee6a881fe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)