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 | 製?隕?珥 | 1001000010111011001111111110100010100110001111111110000011100000 | 90bb3fe8a63fe0e0 |
EUC-JP | 製?隕?珥 | 1100000010111101001111111111000010101000001111111110000011100010 | c0bd3ff0a83fe0e2 |
UTF-8 | 製렲隕렣珥 | 111010001010001110111101111010111010000010110010111010011001101010010101111010111010000010100011111001111000111110100101 | e8a3bdeba0b2e99a95eba0a3e78fa5 |
UHC | 製렲隕렣珥 | 11110000101100101000111010111111111010101010001010001110101101001110110010110100 | f0b28ebfeaa28eb4ecb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)