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 | ä~à| 1100001110000011110000101010010001111110110000111000001011000010 | c383c2a47ec382c2 |
SJIS-WIN | ????~??? | 0011111100111111001111110011111101111110001111110011111100111111 | 3f3f3f3f7e3f3f3f |
EUC-JP | �¤~� | 100011111010101010101010001111111000111110101010101001001000111110100010111100000111111010001111101010101010101000111111100011111010101010100100 | 8faaaa3f8faaa48fa2f07e8faaaa3f8faaa4 |
UTF-8 | ä~à| 110000111000001111000010100000111100001110000010110000101010010001111110110000111000001111000010100000101100001110000010 | c383c283c382c2a47ec383c282c382 |
UHC | ???¤~??? | 001111110011111100111111101000101011010001111110001111110011111100111111 | 3f3f3fa2b47e3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)