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 | 蟷礼棧 | 111001011011100110010111111001111001111010100000 | e5b997e79ea0 |
EUC-JP | 蟷礼棧 | 111010101011101111001110111010011101110010100010 | eabbcee9dca2 |
UTF-8 | 蟷礼棧 | 111010001001111110110111111001111010010010111100111001101010001110100111 | e89fb7e7a4bce6a3a7 |
UHC | ??棧 | 00111111001111111110110111010000 | 3f3fedd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)