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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | レロ葩 | 110110101101101111100100110110111111010111011100 | dadbe4dbf5dc |
EUC-JP | レロ葩? | 10001110110110101000111011011011111010001101110100111111 | 8eda8edbe8dd3f |
UTF-8 | レロ葩 | 111011111011111010011010111011111011111010011011111010001001000110101001111011101001000110000111 | efbe9aefbe9be891a9ee9187 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)