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 | 謌晞岫鄒カ | 111001101000100010011101111010011001101110101011111001111011111010110110 | e6889de99babe7beb6 |
EUC-JP | 謌晞岫鄒カ | 11101011111010001101101011101011110101101010110111101110110000001000111010110110 | ebe8daebd6adeec08eb6 |
UTF-8 | 謌晞岫鄒カ | 111010001010110010001100111001101001100110011110111001011011001010101011111010011000010010010010111011111011110110110110 | e8ac8ce6999ee5b2abe98492efbdb6 |
UHC | ?晞岫鄒? | 0011111111111101111101011110000111111011111101011101101100111111 | 3ffdf5e1fbf5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)