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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 嵭ツ寬ャシ | 11111010101100111100001011111010101010101010110010111100 | fab3c2faaaacbc |
EUC-JP | 嵭ツ?ャシ | 10001111101110111101111010001110110000100011111110001110101011001000111010111100 | 8fbbde8ec23f8eac8ebc |
UTF-8 | 嵭ツ寬ャシ | 111001011011010110101101111011111011111010000010111001011010111110101100111011111011110110101100111011111011110110111100 | e5b5adefbe82e5afacefbdacefbdbc |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)