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 | 盖痾鞦眩瘁痞 | 111000011011001111100001011111011110100011100001111000011011111111100001100000011110000101111100 | e1b3e17de8e1e1bfe181e17c |
EUC-JP | 盖痾鞦眩瘁痞 | 111000101011010111100001110111101111000011100011111000101100000111100001111000011110000111011101 | e2b5e1def0e3e2c1e1e1e1dd |
UTF-8 | 盖痾鞦眩瘁痞 | 111001111001101110010110111001111001011110111110111010011001111010100110111001111001110010101001111001111001100010000001111001111001011110011110 | e79b96e797bee99ea6e79ca9e79881e7979e |
UHC | 盖??眩?? | 1100101111001100001111110011111111111010110111110011111100111111 | cbcc3f3ffadf3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)