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 | 蠑。繧占セ | 1110010110111100101000011110001110000010100100001110100010111110 | e5bca1e38290e8be |
EUC-JP | 蠑。繧占セ | 11101010101111101000111010100001111001011110001011000000111010101000111010111110 | eabe8ea1e5e2c0ea8ebe |
UTF-8 | 蠑。繧占セ | 111010001010000010010001111011111011110110100001111001111011100110100111111001011000110110100000111011111011110110111110 | e8a091efbda1e7b9a7e58da0efbdbe |
UHC | ???占? | 001111110011111100111111111011111011111100111111 | 3f3f3fefbf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)