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 | 欹輸坏 | 100111110101100110010111010000011001101010101101 | 9f5997419aad |
EUC-JP | 欹輸坏 | 110111011011101011001101101000101101010010101111 | ddbacda2d4af |
UTF-8 | 欹輸坏 | 111001101010110010111001111010001011110010111000111001011001110110001111 | e6acb9e8bcb8e59d8f |
UHC | ?輸? | 00111111111000101100001100111111 | 3fe2c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)