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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豐サ蟆コ荳奇 | 11100110101100101011101111100101101100001011101011100100101110001000101011101111 | e6b2bbe5b0bae4b88aef |
EUC-JP | 豐サ蟆コ荳奇 | 111011001011010010001110101110111110101010110010100011101011101011101000101110101011010011110001 | ecb48ebbeab28ebae8bab4f1 |
UTF-8 | 豐サ蟆コ荳奇 | 111010001011000110010000111011111011110110111011111010001001111110000110111011111011110110111010111010001000110110110011111001011010010110000111 | e8b190efbdbbe89f86efbdbae88db3e5a587 |
UHC | ????荳奇 | 0011111100111111001111110011111111010100111001011101000011110100 | 3f3f3f3fd4e5d0f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)