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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 自汐治実] | 100011101010100110001110101011001000111010100001100011101100000001011101 | 8ea98eac8ea18ec05d |
EUC-JP | 自汐治実] | 101111001010101110111100101011101011110010100011101111001100001001011101 | bcabbcaebca3bcc25d |
UTF-8 | 自汐治実] | 11101000100001111010101011100110101100011001000011100110101100101011101111100101101011101001111101011101 | e887aae6b190e6b2bbe5ae9f5d |
UHC | 自汐治?] | 1110110110111011111000001011000111110110101111010011111101011101 | edbbe0b1f6bd3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)