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 | 豼ゥ蝣ァ蝣ッ | 111001101011111110101001111001011010000010100111111001011010000010101111 | e6bfa9e5a0a7e5a0af |
EUC-JP | 豼ゥ蝣ァ蝣ッ | 111011001100000110001110101010011110101010100010100011101010011111101010101000101000111010101111 | ecc18ea9eaa28ea7eaa28eaf |
UTF-8 | 豼ゥ蝣ァ蝣ッ | 111010001011000110111100111011111011110110101001111010001001110110100011111011111011110110100111111010001001110110100011111011111011110110101111 | e8b1bcefbda9e89da3efbda7e89da3efbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)