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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | レロ鞴レロ鞴B | 110110101101101111101000111001001101101011011011111010001110010001000010 | dadbe8e4dadbe8e442 |
EUC-JP | レロ鞴レロ鞴B | 10001110110110101000111011011011111100001110011010001110110110101000111011011011111100001110011001000010 | 8eda8edbf0e68eda8edbf0e642 |
UTF-8 | レロ鞴レロ鞴B | 11101111101111101001101011101111101111101001101111101001100111101011010011101111101111101001101011101111101111101001101111101001100111101011010001000010 | efbe9aefbe9be99eb4efbe9aefbe9be99eb442 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)