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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 但短h但短 | 100100100100000110010010010110100110100010010010010000011001001001011010 | 9241925a689241925a |
EUC-JP | 但短h但短 | 110000111010001011000011101110110110100011000011101000101100001110111011 | c3a2c3bb68c3a2c3bb |
UTF-8 | 但短h但短 | 11100100101111011000011011100111100111111010110101101000111001001011110110000110111001111001111110101101 | e4bd86e79fad68e4bd86e79fad |
UHC | 但短h但短 | 110100111010001111010011101011010110100011010011101000111101001110101101 | d3a3d3ad68d3a3d3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)