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?o | 00111111010001110011111101101111 | 3f473f6f |
SJIS-WIN | 短G揃o | 100100100101101001000111100100011011010101101111 | 925a4791b56f |
EUC-JP | 短G揃o | 110000111011101101000111110000101011011101101111 | c3bb47c2b76f |
UTF-8 | 短G揃o | 1110011110011111101011010100011111100110100011111000001101101111 | e79fad47e68f836f |
UHC | 短G?o | 1101001110101101010001110011111101101111 | d3ad473f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)