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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 庸??異? | 10010111011001100011111100111111100010001101100100111111 | 97663f3f88d93f |
EUC-JP | 庸??異? | 11001101110001110011111100111111101100001101101100111111 | cdc73f3fb0db3f |
UTF-8 | 庸뉖쪣異턧 | 111001011011101010111000111010111000100110010110111011001010101010100011111001111001010110110000111011011000010010100111 | e5bab8eb8996ecaaa3e795b0ed84a7 |
UHC | 庸뉖쪣異턧 | 11101001101111001000011111101011101001011001110011101100101101101011011001101000 | e9bc87eba59cecb6b668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)