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 | 0011111100111111001111110100000001000010 | 3f3f3f4042 |
SJIS-WIN | ?ぁ注@B | 00111111100000101001111110010010100011010100000001000010 | 3f829f928d4042 |
EUC-JP | ?ぁ注@B | 00111111101001001010000111000011111011010100000001000010 | 3fa4a1c3ed4042 |
UTF-8 | 룵ぁ注@B | 1110101110100011101101011110001110000001100000011110011010110011101010000100000001000010 | eba3b5e38181e6b3a84042 |
UHC | 룵ぁ注@B | 1000111110101010101010101010000111110001101111000100000001000010 | 8faaaaa1f1bc4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)