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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 辰損贈@h | 1001001001000011100100011011100110010001101000010100000001101000 | 924391b991a14068 |
EUC-JP | 辰損贈@h | 1100001110100100110000101011101111000010101000110100000001101000 | c3a4c2bbc2a34068 |
UTF-8 | 辰損贈@h | 1110100010111110101100001110011010010000100011011110100010110100100010000100000001101000 | e8beb0e6908de8b4884068 |
UHC | 辰損贈@h | 1111001011100011111000011101111111110001111111000100000001101000 | f2e3e1dff1fc4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)