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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 焼鮟 | 10001111110001001110100110111011 | 8fc4e9bb |
EUC-JP | 焼鮟 | 10111110110001101111001010111101 | bec6f2bd |
UTF-8 | 焼鮟 | 111001111000010010111100111010011010111010011111 | e784bce9ae9f |
UHC | ?鮟 | 001111111110010011010101 | 3fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)