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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 淋⑺슌淋볧 | 111011111010011110110101111000101001000110111010111011001000101010001100111011111010011110110101111010111011001110100111 | efa7b5e291baec8a8cefa7b5ebb3a7 |
UHC | 淋⑺슌淋볧 | 11101100111110001010100111101101100110101001110011101100111110001001001111101101 | ecf8a9ed9a9cecf893ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)