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 | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
SJIS-WIN | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
EUC-JP | ???i???iB | 001111110011111100111111011010010011111100111111001111110110100101000010 | 3f3f3f693f3f3f6942 |
UTF-8 | 琉귟뼅i琉귟뼅iB | 111011111010011110001100111010101011011110011111111010111011110010000101011010011110111110100111100011001110101010110111100111111110101110111100100001010110100101000010 | efa78ceab79febbc8569efa78ceab79febbc856942 |
UHC | 琉귟뼅i琉귟뼅iB | 111010111010010010000010111010001001011010001111011010011110101110100100100000101110100010010110100011110110100101000010 | eba482e8968f69eba482e8968f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)