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 | 錵冴ェ跛究傾 | 1110100001000101100011011110000110101010111001101110101010001011100001101000110001011000 | e8458de1aae6ea8b868c58 |
EUC-JP | 錵冴ェ跛究傾 | 111011111010011010111010111000111000111010101010111011001110110010110101111001101011011110111001 | efa6bae38eaaececb5e6b7b9 |
UTF-8 | 錵冴ェ跛究傾 | 111010011000110010110101111001011000011010110100111011111011110110101010111010001011011110011011111001111010100110110110111001011000001010111110 | e98cb5e586b4efbdaae8b79be7a9b6e582be |
UHC | ???跛究傾 | 001111110011111100111111111101111111010111001111101111001100110011001011 | 3f3f3ff7f5cfbccccb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)