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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???疫ラ? | 0011111100111111001111111000100101110101100000111000100100111111 | 3f3f3f897583893f |
EUC-JP | 髥??疫ラ? | 10001111111010011111000000111111001111111011000111010110101001011110100100111111 | 8fe9f03f3fb1d6a5e93f |
UTF-8 | 髥뗨꼍疫ラ큳 | 111010011010101110100101111010111001011110101000111010101011110010001101111001111001011010101011111000111000001110101001111011011000000110110011 | e9aba5eb97a8eabc8de796abe383a9ed81b3 |
UHC | 髥뗨꼍疫ラ큳 | 111001111010001110001011111010001011001010111101111001101011100110101011111010011011010010000011 | e7a38be8b2bde6b9abe9b483 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)