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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 毓??飮ζ? | 100111110111100100111111001111111001111101011010100000111100010000111111 | 9f793f3f9f5a83c43f |
EUC-JP | 毓??飮ζ? | 110111011101101000111111001111111101110110111011101001101100011000111111 | ddda3f3fddbba6c63f |
UTF-8 | 毓묒맀飮ζ쪛 | 1110011010101111100100111110101110101100100100101110101110100111100000001110100110100011101011101100111010110110111011001010101010011011 | e6af93ebac92eba780e9a3aeceb6ecaa9b |
UHC | 毓묒맀飮ζ쪛 | 111010111011111010010001111011001001000010011011111010111110011010100101111001101010010110010100 | ebbe91ec909bebe6a5e6a594 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)