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 | 製???妖 | 10010000101110110011111100111111001111111001011101100100 | 90bb3f3f3f9764 |
EUC-JP | 製???妖 | 11000000101111010011111100111111001111111100110111000101 | c0bd3f3f3fcdc5 |
UTF-8 | 製렩罹렗妖 | 111010001010001110111101111010111010000010101001111011111010011110100110111010111010000010010111111001011010011010010110 | e8a3bdeba0a9efa7a6eba097e5a696 |
UHC | 製렩罹렗妖 | 11110000101100101000111010110111111011001011101010001110101011001110100011101101 | f0b28eb7ecba8eace8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)