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 | 顆ス鬘ォ蓴 | 1110100011110111101111011110100110100001101010111110010011110001 | e8f7bde9a1abe4f1 |
EUC-JP | 顆ス鬘ォ蓴 | 11110000111110011000111010111101111100101010001110001110101010111110100011110011 | f0f98ebdf2a38eabe8f3 |
UTF-8 | 顆ス鬘ォ蓴 | 111010011010000110000110111011111011110110111101111010011010110010011000111011111011110110101011111010001001001110110100 | e9a186efbdbde9ac98efbdabe893b4 |
UHC | 顆???蓴 | 11001110101010000011111100111111001111111110001011110001 | cea83f3f3fe2f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)