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 | 11100000110100111110000011010010111000001100011101000110 | e0d3e0d2e0c746 |
EUC-JP | 獗默猊F | 11100000110101011110000011010100111000001100100101000110 | e0d5e0d4e0c946 |
UTF-8 | 獗默猊F | 11100111100011011001011111101001101110111001100011100111100011001000101001000110 | e78d97e9bb98e78c8a46 |
UHC | 獗默猊F | 11001111111100011101100111111001111001111101100101000110 | cff1d9f9e7d946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)