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 | ???e^ | 0011111100111111001111110110010101011110 | 3f3f3f655e |
SJIS-WIN | 毓??e^ | 100111110111100100111111001111110110010101011110 | 9f793f3f655e |
EUC-JP | 毓??e^ | 110111011101101000111111001111110110010101011110 | ddda3f3f655e |
UTF-8 | 毓묈젽e^ | 1110011010101111100100111110101110101100100010001110110010100000101111010110010101011110 | e6af93ebac88eca0bd655e |
UHC | 毓묈젽e^ | 1110101110111110100100011110010110100000101011110110010101011110 | ebbe91e5a0af655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)