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 | 愾閊. | 100111001011111111101000011110101000000101000100 | 9cbfe87a8144 |
EUC-JP | 愾閊. | 110110001100000111101111110110111010000110100101 | d8c1efdba1a5 |
UTF-8 | 愾閊. | 111001101000010010111110111010011001011010001010111011111011110010001110 | e684bee9968aefbc8e |
UHC | 愾?. | 1100101111000101001111111010001110101110 | cbc53fa3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)