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 | 飮??罌? | 10011111010110100011111100111111111000111010000000111111 | 9f5a3f3fe3a03f |
EUC-JP | 飮??罌? | 11011101101110110011111100111111111001101010001000111111 | ddbb3f3fe6a23f |
UTF-8 | 飮잍랬罌얙 | 111010011010001110101110111011001001111010001101111010111001111010101100111001111011110110001100111011001001011010011001 | e9a3aeec9e8deb9eace7bd8cec9699 |
UHC | 飮잍랬罌얙 | 11101011111001101001111111100110101101111010100011100101101000101001111001000010 | ebe69fe6b7a8e5a29e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)