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 | ºü¿à | 11000010101110101100001110111100110000101011111111000011 | c2bac3bcc2bfc3 |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | º�¿à | 10001111101010101010010010001111101000101110101110001111101010101010101000111111100011111010101010100100100011111010001011000100100011111010101010101010 | 8faaa48fa2eb8faaaa3f8faaa48fa2c48faaaa |
UTF-8 | ºü¿à | 1100001110000010110000101011101011000011100000111100001010111100110000111000001011000010101111111100001110000011 | c382c2bac383c2bcc382c2bfc383 |
UHC | ?º?¼?¿? | 00111111101010001010110000111111101010001111100100111111101000101010111100111111 | 3fa8ac3fa8f93fa2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)