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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?ラ?h | 0011111110000011100010010011111101101000 | 3f83893f68 |
EUC-JP | 邕ラ?h | 10001111111000011110110110100101111010010011111101101000 | 8fe1eda5e93f68 |
UTF-8 | 邕ラ늉h | 11101001100000101001010111100011100000111010100111101011100010101000100101101000 | e98295e383a9eb8a8968 |
UHC | 邕ラ늉h | 11101000101110111010101111101001101101001011111101101000 | e8bbabe9b4bf68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)