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 | 鬯イ螟・譯 | 1110100110101100101100101110010110100100101001011110011010100001 | e9acb2e5a4a5e6a1 |
EUC-JP | 鬯イ螟・譯 | 11110010101011101000111010110010111010101010011010001110101001011110110010100011 | f2ae8eb2eaa68ea5eca3 |
UTF-8 | 鬯イ螟・譯 | 111010011010110010101111111011111011110110110010111010001001111010011111111011111011110110100101111010001010110110101111 | e9acafefbdb2e89e9fefbda5e8adaf |
UHC | ??螟?譯 | 00111111001111111101100110101101001111111110011010111011 | 3f3fd9ad3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)