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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | スロ省レF | 101111011101101110001111110010001101101001000110 | bddb8fc8da46 |
EUC-JP | スロ省レF | 100011101011110110001110110110111011111011001010100011101101101001000110 | 8ebd8edbbeca8eda46 |
UTF-8 | スロ省レF | 11101111101111011011110111101111101111101001101111100111100111001000000111101111101111101001101001000110 | efbdbdefbe9be79c81efbe9a46 |
UHC | ??省?F | 001111110011111111100000111111010011111101000110 | 3f3fe0fd3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)