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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 宵イo | 10001111101010101011001001101111 | 8faab26f |
EUC-JP | 宵イo | 1011111010101100100011101011001001101111 | beac8eb26f |
UTF-8 | 宵イo | 11100101101011101011010111101111101111011011001001101111 | e5aeb5efbdb26f |
UHC | 宵?o | 11100001101100100011111101101111 | e1b23f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)