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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | ?洩鴨h | 001111111000100101101011100010101001101101101000 | 3f896b8a9b68 |
EUC-JP | ?洩鴨h | 001111111011000111001100101100111111101101101000 | 3fb1ccb3fb68 |
UTF-8 | 卨洩鴨h | 11100101100011011010100011100110101101001010100111101001101101001010100001101000 | e58da8e6b4a9e9b4a868 |
UHC | 卨洩鴨h | 11100000110110011110000011011101111001001110010101101000 | e0d9e0dde4e568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)