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 | ?G? | 001111110100011100111111 | 3f473f |
SJIS-WIN | 端G短 | 1001001001011011010001111001001001011010 | 925b47925a |
EUC-JP | 端G短 | 1100001110111100010001111100001110111011 | c3bc47c3bb |
UTF-8 | 端G短 | 11100111101010111010111101000111111001111001111110101101 | e7abaf47e79fad |
UHC | 端G短 | 1101001110101110010001111101001110101101 | d3ae47d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)