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? | 0011111100111111001111110110100000111111 | 3f3f3f683f |
SJIS-WIN | 躁??h躁 | 11100111010011100011111100111111011010001110011101001110 | e74e3f3f68e74e |
EUC-JP | 躁?棅h躁 | 111011011010111100111111100011111100001111111011011010001110110110101111 | edaf3f8fc3fb68edaf |
UTF-8 | 躁㏘棅h躁 | 11101000101110101000000111100011100011111001100011100110101000111000010101101000111010001011101010000001 | e8ba81e38f98e6a38568e8ba81 |
UHC | 躁㏘棅h躁 | 111100001110001010100010111001001101110010111000011010001111000011100010 | f0e2a2e4dcb868f0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)