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 | 繒?茁??? | 1111101110001111001111111111101110010011001111110011111100111111 | fb8f3ffb933f3f3f |
EUC-JP | 繒?茁??? | 10001111110101001101010000111111100011111101011111011110001111110011111100111111 | 8fd4d43f8fd7de3f3f3f |
UTF-8 | 繒렰茁흗렔렔 | 111001111011100110010010111010111010000010110000111010001000110010000001111011011001110110010111111010111010000010010100111010111010000010010100 | e7b992eba0b0e88c81ed9d97eba094eba094 |
UHC | 繒렰茁흗렔렔 | 111100011111100110001110101111011111000111101000110010001110100110001110101010011000111010101001 | f1f98ebdf1e8c8e98ea98ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)