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 | 要??堊? | 10010111011101100011111100111111100110101011111100111111 | 97763f3f9abf3f |
EUC-JP | 要??堊? | 11001101110101110011111100111111110101001100000100111111 | cdd73f3fd4c13f |
UTF-8 | 要쀥떉堊쏉 | 111010001010011010000001111011001000000010100101111010111001011010001001111001011010000010001010111011001000111110001001 | e8a681ec80a5eb9689e5a08aec8f89 |
UHC | 要쀥떉堊쏉 | 11101001101010011001011111100101100010111001111111100100101111101001101111101111 | e9a997e58b9fe4be9bef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)