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 | °Ü¼Ø] | 1011000011011100101111001101100001011101 | b0dcbcd85d |
SJIS-WIN | °???] | 100000011000101100111111001111110011111101011101 | 818b3f3f3f5d |
EUC-JP | °Ü?Ø] | 10100001111010111000111110101010111001000011111110001111101010011010110001011101 | a1eb8faae43f8fa9ac5d |
UTF-8 | °Ü¼Ø] | 110000101011000011000011100111001100001010111100110000111001100001011101 | c2b0c39cc2bcc3985d |
UHC | °?¼Ø] | 1010000111000110001111111010100011111001101010001010101001011101 | a1c63fa8f9a8aa5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)