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 | 盖瘁鞦眩瘁疽 | 111000011011001111100001100000011110100011100001111000011011111111100001100000011110000101110011 | e1b3e181e8e1e1bfe181e173 |
EUC-JP | 盖瘁鞦眩瘁疽 | 111000101011010111100001111000011111000011100011111000101100000111100001111000011110000111010100 | e2b5e1e1f0e3e2c1e1e1e1d4 |
UTF-8 | 盖瘁鞦眩瘁疽 | 111001111001101110010110111001111001100010000001111010011001111010100110111001111001110010101001111001111001100010000001111001111001011010111101 | e79b96e79881e99ea6e79ca9e79881e796bd |
UHC | 盖??眩?疽 | 110010111100110000111111001111111111101011011111001111111110111011000101 | cbcc3f3ffadf3feec5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)