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 | 100010111001110000111111100000110101100101101000 | 8b9c3f835968 |
EUC-JP | 亨?ズh | 101101011111110000111111101001011011101001101000 | b5fc3fa5ba68 |
UTF-8 | 亨띄ズh | 11100100101110101010100011101011100111011000010011100011100000101011101001101000 | e4baa8eb9d84e382ba68 |
UHC | 亨띄ズh | 11111010111110111011011011100111101010111011101001101000 | fafbb6e7abba68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)