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 | 樗屯莉 | 100100101001010010010011110101001110010010111011 | 929493d4e4bb |
EUC-JP | 樗屯莉 | 110000111111010011000110110101101110100010111101 | c3f4c6d6e8bd |
UTF-8 | 樗屯莉 | 111001101010100010010111111001011011000110101111111010001000111010001001 | e6a897e5b1afe88e89 |
UHC | 樗屯莉 | 111011101100000011010100111010101101011111101001 | eec0d4ead7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)