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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?壙?B | 0011111110011010110110110011111101000010 | 3f9adb3f42 |
EUC-JP | ?壙?B | 0011111111010100110111010011111101000010 | 3fd4dd3f42 |
UTF-8 | 렻壙렰B | 11101011101000001011101111100101101000111001100111101011101000001011000001000010 | eba0bbe5a399eba0b042 |
UHC | 렻壙렰B | 10001110110000111100111011000101100011101011110101000010 | 8ec3cec58ebd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)