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 | 馭?Ь | 1110100101100110001111111000010001011101 | e9663f845d |
EUC-JP | 馭?Ь | 1111000111000111001111111010011110111110 | f1c73fa7be |
UTF-8 | 馭곸Ь | 1110100110100110101011011110101010110011101110001101000010101100 | e9a6adeab3b8d0ac |
UHC | 馭곸Ь | 111001011101111110000001111011001010110010111110 | e5df81ecacbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)