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 | 隲ア蜻キ轣ッ | 111010001010101110110001111001011001000110110111111001111000000110101111 | e8abb1e591b7e781af |
EUC-JP | 隲ア蜻キ轣ッ | 111100001010110110001110101100011110100111110001100011101011011111101101111000011000111010101111 | f0ad8eb1e9f18eb7ede18eaf |
UTF-8 | 隲ア蜻キ轣ッ | 111010011001101010110010111011111011110110110001111010001001110010111011111011111011110110110111111010001011110110100011111011111011110110101111 | e99ab2efbdb1e89cbbefbdb7e8bda3efbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)