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 | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 皰埃没h | 11100001101011001001101010111010100101100111011001101000 | e1ac9aba967668 |
EUC-JP | 皰埃没h | 11100010101011101101010010111100110010111101011101101000 | e2aed4bccbd768 |
UTF-8 | 皰埃没h | 11100111100110101011000011100101100111111000001111100110101100101010000101101000 | e79ab0e59f83e6b2a168 |
UHC | ?埃?h | 0011111111100100111011110011111101101000 | 3fe4ef3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)