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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ヨ?^ | 0011111110000011100010000011111101011110 | 3f83883f5e |
EUC-JP | 薏ヨ?^ | 10001111110110011101111010100101111010000011111101011110 | 8fd9dea5e83f5e |
UTF-8 | 薏ヨ넟^ | 11101000100101101000111111100011100000111010100011101011100001001001111101011110 | e8968fe383a8eb849f5e |
UHC | 薏ヨ넟^ | 11101011111110111010101111101000100001101010001101011110 | ebfbabe886a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)