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 | 簇陌??漬 | 1110001011000110111010001001100100111111001111111001001011010000 | e2c6e8993f3f92d0 |
EUC-JP | 簇陌??漬 | 1110010011001000111011111111100100111111001111111100010011010010 | e4c8eff93f3fc4d2 |
UTF-8 | 簇陌렭렰漬 | 111001111011000010000111111010011001100110001100111010111010000010101101111010111010000010110000111001101011110010101100 | e7b087e9998ceba0adeba0b0e6bcac |
UHC | 簇陌렭렰漬 | 11110000111010101101100011101000100011101011101010001110101111011111001010110000 | f0ead8e88eba8ebdf2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)