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?B | 0011111100111111010001110011111101000010 | 3f3f473f42 |
SJIS-WIN | 卒短G単B | 1001000110110010100100100101101001000111100100100101000001000010 | 91b2925a47925042 |
EUC-JP | 卒短G単B | 1100001010110100110000111011101101000111110000111011000101000010 | c2b4c3bb47c3b142 |
UTF-8 | 卒短G単B | 1110010110001101100100101110011110011111101011010100011111100101100011011001100001000010 | e58d92e79fad47e58d9842 |
UHC | 卒短G?B | 11110000111011111101001110101101010001110011111101000010 | f0efd3ad473f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)