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 | 誤???潁 | 10001100111010110011111100111111001111111001111111110001 | 8ceb3f3f3f9ff1 |
EUC-JP | 誤???潁 | 10111000111011010011111100111111001111111101111011110011 | b8ed3f3f3fdef3 |
UTF-8 | 誤곊듬쇃潁 | 111010001010101010100100111010101011001110001010111010111001001110101100111011001000011110000011111001101011110110000001 | e8aaa4eab38aeb93acec8783e6bd81 |
UHC | 誤곊듬쇃潁 | 11101000101001101000000111001110101101011110101110011001101101111110011110111000 | e8a681ceb5eb99b7e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)