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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠻鑪亅 | 111001011100010111101000011011011001100010101011 | e5c5e86d98ab |
EUC-JP | 蠻鑪亅 | 111010101100011111101111110011101101000010101101 | eac7efced0ad |
UTF-8 | 蠻鑪亅 | 111010001010000010111011111010011001000110101010111001001011101010000101 | e8a0bbe991aae4ba85 |
UHC | 蠻?? | 11011000110000010011111100111111 | d8c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)