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 | ???n~ | 0011111100111111001111110110111001111110 | 3f3f3f6e7e |
SJIS-WIN | シヲn~ | 111100001111010010111100101001100110111001111110 | f0f4bca66e7e |
EUC-JP | ?シヲn~ | 00111111100011101011110010001110101001100110111001111110 | 3f8ebc8ea66e7e |
UTF-8 | シヲn~ | 1110111010000010101100111110111110111101101111001110111110111101101001100110111001111110 | ee82b3efbdbcefbda66e7e |
UHC | ???n~ | 0011111100111111001111110110111001111110 | 3f3f3f6e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)