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 | 懶? | 100111001110111100111111 | 9cef3f |
EUC-JP | 懶? | 110110001111000100111111 | d8f13f |
UTF-8 | 懶민 | 111001101000011110110110111010111010111110111100 | e687b6ebafbc |
UHC | 懶민 | 11010100111110111011100111001110 | d4fbb9ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)