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 | 遶ェ豁主ア | 1110011110101011101010101110011010101101100011101110010110110001 | e7abaae6ad8ee5b1 |
EUC-JP | 遶ェ豁主ア | 11101110101011011000111010101010111011001010111110111100111001111000111010110001 | eead8eaaecafbce78eb1 |
UTF-8 | 遶ェ豁主ア | 111010011000000110110110111011111011110110101010111010001011000110000001111001001011100010111011111011111011110110110001 | e981b6efbdaae8b181e4b8bbefbdb1 |
UHC | ??豁主? | 00111111001111111111110011000011111100011010101100111111 | 3f3ffcc3f1ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)