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 | 豐壼枚霎ィ | 111001101011001010011010111001011001011010000111111010001011111010101000 | e6b29ae59687e8bea8 |
EUC-JP | 豐壼枚霎ィ | 11101100101101001101010011100111110010111110011111110000110000001000111010101000 | ecb4d4e7cbe7f0c08ea8 |
UTF-8 | 豐壼枚霎ィ | 111010001011000110010000111001011010001110111100111001101001111010011010111010011001110010001110111011111011110110101000 | e8b190e5a3bce69e9ae99c8eefbda8 |
UHC | ??枚?? | 001111110011111111011000110111010011111100111111 | 3f3fd8dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)