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 | ??TB | 00111111001111110101010001000010 | 3f3f5442 |
SJIS-WIN | ?∨TB | 0011111110000001110010010101010001000010 | 3f81c95442 |
EUC-JP | ?∨TB | 0011111110100010110010110101010001000010 | 3fa2cb5442 |
UTF-8 | 룶∨TB | 1110101110100011101101101110001010001000101010000101010001000010 | eba3b6e288a85442 |
UHC | 룶∨TB | 100011111010101110100001111111010101010001000010 | 8faba1fd5442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)