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 | 昭。エ鵆] | 10001111101110101010000110110100111010011111101101011101 | 8fbaa1b4e9fb5d |
EUC-JP | 昭。エ鵆] | 101111101011110010001110101000011000111010110100111100101111110101011101 | bebc8ea18eb4f2fd5d |
UTF-8 | 昭。エ鵆] | 11100110100110001010110111101111101111011010000111101111101111011011010011101001101101011000011001011101 | e698adefbda1efbdb4e9b5865d |
UHC | 昭???] | 111000011011100100111111001111110011111101011101 | e1b93f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)