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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 篳蹊酌 | 1110001011001000111001101111110010001110110111101111001011011000 | e2c8e6fc8edef2d8 |
EUC-JP | 篳蹊酌? | 11100100110010101110110011111110101111001110000000111111 | e4caecfebce03f |
UTF-8 | 篳蹊酌 | 111001111010111110110011111010001011100110001010111010011000010110001100111011101000100010001111 | e7afb3e8b98ae9858cee888f |
UHC | ?蹊酌? | 001111111111101110110111111011011100110000111111 | 3ffbb7edcc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)