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 | ?鶩??鶩 | 00111111111010100100111000111111001111111110101001001110 | 3fea4e3f3fea4e |
EUC-JP | ?鶩??鶩 | 00111111111100111010111100111111001111111111001110101111 | 3ff3af3f3ff3af |
UTF-8 | 틸鶩롛롖鶩 | 111011011000101110111000111010011011011010101001111010111010000110011011111010111010000110010110111010011011011010101001 | ed8bb8e9b6a9eba19beba196e9b6a9 |
UHC | 틸鶩롛롖鶩 | 11000110101111111101100111010000100011101101111110001110110110101101100111010000 | c6bfd9d08edf8edad9d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)