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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 霑ムノ霑 | 111010001011111111010001110010011110100010111111 | e8bfd1c9e8bf |
EUC-JP | 霑ムノ霑 | 1111000011000001100011101101000110001110110010011111000011000001 | f0c18ed18ec9f0c1 |
UTF-8 | 霑ムノ霑 | 111010011001110010010001111011111011111010010001111011111011111010001001111010011001110010010001 | e99c91efbe91efbe89e99c91 |
UHC | 霑??霑 | 111011111100010100111111001111111110111111000101 | efc53f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)