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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | ?m?F | 0011111110000010100011010011111101000110 | 3f828d3f46 |
EUC-JP | ?m?F | 0011111110100011111011010011111101000110 | 3fa3ed3f46 |
UTF-8 | 淋m슎F | 11101111101001111011010111101111101111011000110111101100100010101000111001000110 | efa7b5efbd8dec8a8e46 |
UHC | 淋m슎F | 11101100111110001010001111101101100110101001111001000110 | ecf8a3ed9a9e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)