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 | ????j^ | 001111110011111100111111001111110110101001011110 | 3f3f3f3f6a5e |
SJIS-WIN | ?豬巐「j^ | 0011111111100110101101011111101010110110101000100110101001011110 | 3fe6b5fab6a26a5e |
EUC-JP | 嶴豬巐「j^ | 100011111011101111110011111011001011011110001111101110111111100110001110101000100110101001011110 | 8fbbf3ecb78fbbf98ea26a5e |
UTF-8 | 嶴豬巐「j^ | 1110010110110110101101001110100010110001101011001110010110110111100100001110111110111101101000100110101001011110 | e5b6b4e8b1ace5b790efbda26a5e |
UHC | ????j^ | 001111110011111100111111001111110110101001011110 | 3f3f3f3f6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)