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 | 章ェ爾瀨璽 | 100011111100110110101010100011101010001011111011010100001000111010100011 | 8fcdaa8ea2fb508ea3 |
EUC-JP | 章ェ爾?璽 | 101111101100111110001110101010101011110010100100001111111011110010100101 | becf8eaabca43fbca5 |
UTF-8 | 章ェ爾瀨璽 | 111001111010101110100000111011111011110110101010111001111000100010111110111001111000000010101000111001111001001010111101 | e7aba0efbdaae788bee780a8e792bd |
UHC | 章?爾瀨璽 | 111011011111000100111111111011001011001111010110111011101101111111011110 | edf13fecb3d6eedfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)