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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 眩瘁痿痾 | 1110000110111111111000011000000111100001011111101110000101111101 | e1bfe181e17ee17d |
EUC-JP | 眩瘁痿痾 | 1110001011000001111000011110000111100001110111111110000111011110 | e2c1e1e1e1dfe1de |
UTF-8 | 眩瘁痿痾 | 111001111001110010101001111001111001100010000001111001111001011110111111111001111001011110111110 | e79ca9e79881e797bfe797be |
UHC | 眩??? | 1111101011011111001111110011111100111111 | fadf3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)