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 | 猜琿璞 | 111000001100100011100000111010111110000011110111 | e0c8e0ebe0f7 |
EUC-JP | 猜琿璞 | 111000001100101011100000111011011110000011111001 | e0cae0ede0f9 |
UTF-8 | 猜琿璞 | 111001111000110010011100111001111001000010111111111001111001001010011110 | e78c9ce790bfe7929e |
UHC | 猜琿璞 | 111000111100010011111011111010101101101011010111 | e3c4fbeadad7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)