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 | æ¸Vhæ¸V | 11100110101110000101011001101000111001101011100001010110 | e6b85668e6b856 |
SJIS-WIN | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
EUC-JP | æ¸Vhæ¸V | 100011111010100111000001100011111010001010110001010101100110100010001111101010011100000110001111101000101011000101010110 | 8fa9c18fa2b156688fa9c18fa2b156 |
UTF-8 | æ¸Vhæ¸V | 1100001110100110110000101011100001010110011010001100001110100110110000101011100001010110 | c3a6c2b85668c3a6c2b856 |
UHC | æ¸Vhæ¸V | 1010100110100001101000101010110001010110011010001010100110100001101000101010110001010110 | a9a1a2ac5668a9a1a2ac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)