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 | 蝟雁彫 | 111001011001011010001010111001011001001010100100 | e5968ae592a4 |
EUC-JP | 蝟雁彫 | 111010011111011010110100111001111100010010100110 | e9f6b4e7c4a6 |
UTF-8 | 蝟雁彫 | 111010001001110110011111111010011001101110000001111001011011110110101011 | e89d9fe99b81e5bdab |
UHC | 蝟雁彫 | 111010101101101011100100110100101111000011000001 | eadae4d2f0c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)