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 | 11111011010100011000101011100110100111001000111001000110 | fb518ae69c8e46 |
EUC-JP | 炅頑恷F | 1000111111001001110010101011010011101000110101111110111001000110 | 8fc9cab4e8d7ee46 |
UTF-8 | 炅頑恷F | 11100111100000101000010111101001101000001001000111100110100000011011011101000110 | e78285e9a091e681b746 |
UHC | 炅頑?F | 110011001101110111101000110101110011111101000110 | ccdde8d73f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)