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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?惚寥 | 0011111110001101100110111001101110001100 | 3f8d9b9b8c |
EUC-JP | ?惚寥 | 0011111110111001111110111101010111101100 | 3fb9fbd5ec |
UTF-8 | 룿惚寥 | 111010111010001110111111111001101000001110011010111001011010111110100101 | eba3bfe6839ae5afa5 |
UHC | 룿惚寥 | 100011111011000011111011111011011110100011101111 | 8fb0fbede8ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)