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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 症テ雫F | 100011111100011111000011100011101011010001000110 | 8fc7c38eb446 |
EUC-JP | 症テ雫F | 10111110110010011000111011000011101111001011011001000110 | bec98ec3bcb646 |
UTF-8 | 症テ雫F | 11100111100101111000011111101111101111101000001111101001100110111010101101000110 | e79787efbe83e99bab46 |
UHC | 症??F | 1111000111111000001111110011111101000110 | f1f83f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)