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 | 紆? | 111000101111110000111111 | e2fc3f |
EUC-JP | 紆炛 | 1110010011111110100011111100100111010001 | e4fe8fc9d1 |
UTF-8 | 紆炛 | 111001111011010010000110111001111000001010011011 | e7b486e7829b |
UHC | 紆? | 111010011110000100111111 | e9e13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)