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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 腺?熬 | 1001000101000010001111111110000010010010 | 91423fe092 |
EUC-JP | 腺?熬 | 1100000110100011001111111101111111110010 | c1a33fdff2 |
UTF-8 | 腺욷熬 | 111010001000010110111010111011001001101010110111111001111000011010101100 | e885baec9ab7e786ac |
UHC | 腺욷熬 | 111000001100110110011111010011001110100010100010 | e0cd9f4ce8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)