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 | âWt | 11100010010101111000101101110100 | e2578b74 |
SJIS-WIN | ?W?t | 00111111010101110011111101110100 | 3f573f74 |
EUC-JP | âW?t | 100011111010101110100100010101110011111101110100 | 8faba4573f74 |
UTF-8 | âWt | 110000111010001001010111110000101000101101110100 | c3a257c28b74 |
UHC | ?W?t | 00111111010101110011111101110100 | 3f573f74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)