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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 豐壼枚蒹オ | 111001101011001010011010111001011001011010000111111001001110001110110101 | e6b29ae59687e4e3b5 |
EUC-JP | 豐壼枚蒹オ | 11101100101101001101010011100111110010111110011111101000111001011000111010110101 | ecb4d4e7cbe7e8e58eb5 |
UTF-8 | 豐壼枚蒹オ | 111010001011000110010000111001011010001110111100111001101001111010011010111010001001001010111001111011111011110110110101 | e8b190e5a3bce69e9ae892b9efbdb5 |
UHC | ??枚?? | 001111110011111111011000110111010011111100111111 | 3f3fd8dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)