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襄揺 | 111001011111010110010111011010000110100011100101111101011001011101101000 | e5f5976868e5f59768 |
EUC-JP | 襄揺h襄揺 | 111010101111011111001101110010010110100011101010111101111100110111001001 | eaf7cdc968eaf7cdc9 |
UTF-8 | 襄揺h襄揺 | 11101000101001011000010011100110100011111011101001101000111010001010010110000100111001101000111110111010 | e8a584e68fba68e8a584e68fba |
UHC | 襄?h襄? | 11100101110100010011111101101000111001011101000100111111 | e5d13f68e5d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)