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 | 0011111111100111101101100011111101000110 | 3fe7b63f46 |
EUC-JP | ?邯?F | 0011111111101110101110000011111101000110 | 3feeb83f46 |
UTF-8 | 聆邯꼼F | 11101111101001101011000011101001100000101010111111101010101111001011110001000110 | efa6b0e982afeabcbc46 |
UHC | 聆邯꼼F | 11100111110001111100101011111011101100101100010001000110 | e7c7cafbb2c446 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)