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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 覃暑 | 11100110010010001000111110001011 | e6488f8b |
EUC-JP | 覃暑 | 11101011101010011011110111101011 | eba9bdeb |
UTF-8 | 覃暑 | 111010001010011010000011111001101001101010010001 | e8a683e69a91 |
UHC | 覃暑 | 11010011110001111101111111110100 | d3c7dff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)