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 | 遞ョ阨 | 1110011110101000101011101110100010010101 | e7a8aee895 |
EUC-JP | 遞ョ阨 | 111011101010101010001110101011101110111111110101 | eeaa8eaeeff5 |
UTF-8 | 遞ョ阨 | 111010011000000110011110111011111011110110101110111010011001100010101000 | e9819eefbdaee998a8 |
UHC | 遞?? | 11110100111101100011111100111111 | f4f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)