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 | 吟?? | 10001011111000010011111100111111 | 8be13f3f |
EUC-JP | 吟杻? | 101101101110001110001111110000111010011000111111 | b6e38fc3a63f |
UTF-8 | 吟杻딤 | 111001011001000010011111111001101001110110111011111010111001010010100100 | e5909fe69dbbeb94a4 |
UHC | 吟杻딤 | 111010111110000111010010111011101011010111110101 | ebe1d2eeb5f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)