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 | 逕ッ螟ア蠇 | 1110011110010100101011111110010110100100101100011111101110100001 | e794afe5a4b1fba1 |
EUC-JP | 逕ッ螟ア? | 111011011111010010001110101011111110101010100110100011101011000100111111 | edf48eafeaa68eb13f |
UTF-8 | 逕ッ螟ア蠇 | 111010011000000010010101111011111011110110101111111010001001111010011111111011111011110110110001111010001010000010000111 | e98095efbdafe89e9fefbdb1e8a087 |
UHC | 逕?螟?? | 11001100111011110011111111011001101011010011111100111111 | ccef3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)