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 | 飮???? | 100111110101101000111111001111110011111100111111 | 9f5a3f3f3f3f |
EUC-JP | 飮???? | 110111011011101100111111001111110011111100111111 | ddbb3f3f3f3f |
UTF-8 | 飮텵緣잒닃 | 111010011010001110101110111011011000010110110101111001111011011110100011111011001001111010010010111010111000101110000011 | e9a3aeed85b5e7b7a3ec9e92eb8b83 |
UHC | 飮텵緣잒닃 | 11101011111001101011011101001000111001101101111010011111111010001000100010001100 | ebe6b748e6de9fe8888c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)