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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 宦奔宦堀^ | 100110111000000110010110011110101001101110000001100101100111100001011110 | 9b81967a9b8196785e |
EUC-JP | 宦奔宦堀^ | 110101011110000111001011110110111101010111100001110010111101100101011110 | d5e1cbdbd5e1cbd95e |
UTF-8 | 宦奔宦堀^ | 11100101101011101010011011100101101001011001010011100101101011101010011011100101101000001000000001011110 | e5aea6e5a594e5aea6e5a0805e |
UHC | 宦奔宦堀^ | 111111001011001011011101110001101111110010110010110011111101110001011110 | fcb2ddc6fcb2cfdc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)