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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?鰥 | 001111111110100111011011 | 3fe9db |
EUC-JP | ?鰥 | 001111111111001011011101 | 3ff2dd |
UTF-8 | 뤈鰥 | 111010111010010010001000111010011011000010100101 | eba488e9b0a5 |
UHC | 뤈鰥 | 10001111101110001111110010111111 | 8fb8fcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)