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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 爼瘁痺^ | 11100000101010101110000110000001111000011000001101011110 | e0aae181e1835e |
EUC-JP | 爼瘁痺^ | 11100000101011001110000111100001111000011110001101011110 | e0ace1e1e1e35e |
UTF-8 | 爼瘁痺^ | 11100111100010001011110011100111100110001000000111100111100101111011101001011110 | e788bce79881e797ba5e |
UHC | ??痺^ | 0011111100111111110111011111011001011110 | 3f3fddf65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)