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 | ê¡·íèµ | 1110101010100001100011101011011111101101111010001000111010110101 | eaa18eb7ede88eb5 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ê¡??íè?? | 10001111101010111011010010001111101000101100001000111111001111111000111110101011101111111000111110101011101100100011111100111111 | 8fabb48fa2c23f3f8fabbf8fabb23f3f |
UTF-8 | ê¡·íèµ | 11000011101010101100001010100001110000101000111011000010101101111100001110101101110000111010100011000010100011101100001010110101 | c3aac2a1c28ec2b7c3adc3a8c28ec2b5 |
UHC | ?¡?·???? | 00111111101000101010111000111111101000011010010000111111001111110011111100111111 | 3fa2ae3fa1a43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)