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 | 泱羇鮟 | 100111111001011011100011101100101110100110111011 | 9f96e3b2e9bb |
EUC-JP | 泱羇鮟 | 110111011111011011100110101101001111001010111101 | ddf6e6b4f2bd |
UTF-8 | 泱羇鮟 | 111001101011001110110001111001111011111010000111111010011010111010011111 | e6b3b1e7be87e9ae9f |
UHC | ??鮟 | 00111111001111111110010011010101 | 3f3fe4d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)