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 | 襍ア驢咲擅 | 111010001011010110110001111010011000011010001101111001111001110110100001 | e8b5b1e9868de79da1 |
EUC-JP | 襍ア驢咲擅 | 11110000101101111000111010110001111100011110011010111010111010011101101010100011 | f0b78eb1f1e6bae9daa3 |
UTF-8 | 襍ア驢咲擅 | 111010001010010110001101111011111011110110110001111010011010100110100010111001011001001010110010111001101001001110000101 | e8a58defbdb1e9a9a2e592b2e69385 |
UHC | ??驢?擅 | 00111111001111111101010111110000001111111111010010111010 | 3f3fd5f03ff4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)