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 | 製?異?妖 | 1001000010111011001111111000100011011001001111111001011101100100 | 90bb3f88d93f9764 |
EUC-JP | 製?異?妖 | 1100000010111101001111111011000011011011001111111100110111000101 | c0bd3fb0db3fcdc5 |
UTF-8 | 製렩異렔妖 | 111010001010001110111101111010111010000010101001111001111001010110110000111010111010000010010100111001011010011010010110 | e8a3bdeba0a9e795b0eba094e5a696 |
UHC | 製렩異렔妖 | 11110000101100101000111010110111111011001011011010001110101010011110100011101101 | f0b28eb7ecb68ea9e8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)