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 | 轜御洪 | 111001110111111010001100111001001000110101011110 | e77e8ce48d5e |
EUC-JP | 轜御洪 | 111011011101111110111000111001101011100110111111 | eddfb8e6b9bf |
UTF-8 | 轜御洪 | 111010001011110110011100111001011011111010100001111001101011010010101010 | e8bd9ce5bea1e6b4aa |
UHC | ?御洪 | 0011111111100101110110011111101111110011 | 3fe5d9fbf3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)