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 | 竟・蜆。裄 | 1110100011101101101001011110010110000100101000011110010111100000 | e8eda5e584a1e5e0 |
EUC-JP | 竟・蜆。裄 | 11110000111011111000111010100101111010011110010010001110101000011110101011100010 | f0ef8ea5e9e48ea1eae2 |
UTF-8 | 竟・蜆。裄 | 111001111010101110011111111011111011110110100101111010001001110010000110111011111011110110100001111010001010001110000100 | e7ab9fefbda5e89c86efbda1e8a384 |
UHC | 竟???? | 110011001110010100111111001111110011111100111111 | cce53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)