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 | æç°Û | 11100110111001111011000011011011 | e6e7b0db |
SJIS-WIN | ??°? | 0011111100111111100000011000101100111111 | 3f3f818b3f |
EUC-JP | æç°Û | 1000111110101001110000011000111110101011101011101010000111101011100011111010101011100101 | 8fa9c18fabaea1eb8faae5 |
UTF-8 | æç°Û | 1100001110100110110000111010011111000010101100001100001110011011 | c3a6c3a7c2b0c39b |
UHC | æ?°? | 101010011010000100111111101000011100011000111111 | a9a13fa1c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)