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 | 眩鱆韈痾瘁唏 | 111000011011111111101001111000011110100011100111111000010111110111100001100000011001101001001000 | e1bfe9e1e8e7e17de1819a48 |
EUC-JP | 眩鱆韈痾瘁唏 | 111000101100000111110010111000111111000011101001111000011101111011100001111000011101001110101001 | e2c1f2e3f0e9e1dee1e1d3a9 |
UTF-8 | 眩鱆韈痾瘁唏 | 111001111001110010101001111010011011000110000110111010011001111110001000111001111001011110111110111001111001100010000001111001011001010010001111 | e79ca9e9b186e99f88e797bee79881e5948f |
UHC | 眩????? | 11111010110111110011111100111111001111110011111100111111 | fadf3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)