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 | ?N?d | 00111111010011100011111101100100 | 3f4e3f64 |
SJIS-WIN | 短N側d | 100100100101101001001110100100011010010001100100 | 925a4e91a464 |
EUC-JP | 短N側d | 110000111011101101001110110000101010011001100100 | c3bb4ec2a664 |
UTF-8 | 短N側d | 1110011110011111101011010100111011100101100000011011010001100100 | e79fad4ee581b464 |
UHC | 短N側d | 110100111010110101001110111101101011000001100100 | d3ad4ef6b064 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)