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 | 霪蔕 | 111010001100010011111001101001001110010011110110 | e8c4f9a4e4f6 |
EUC-JP | 霪?蔕 | 1111000011000110001111111110100011111000 | f0c63fe8f8 |
UTF-8 | 霪蔕 | 111010011001110010101010111011101001101110111111111010001001010010010101 | e99caaee9bbfe89495 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)