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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鷹?雨?紆? | 100100011110100100111111100010010100101000111111111000101111110000111111 | 91e93f894a3fe2fc3f |
EUC-JP | 鷹?雨?紆? | 110000101110101100111111101100011010101100111111111001001111111000111111 | c2eb3fb1ab3fe4fe3f |
UTF-8 | 鷹렓雨렭紆렡 | 111010011011011110111001111010111010000010010011111010011001101110101000111010111010000010101101111001111011010010000110111010111010000010100001 | e9b7b9eba093e99ba8eba0ade7b486eba0a1 |
UHC | 鷹렓雨렭紆렡 | 111010111110110110001110101010001110100111101011100011101011101011101001111000011000111010110010 | ebed8ea8e9eb8ebae9e18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)