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 | 塚第淦 | 111110101001110010010001111001101001111110111110 | fa9c91e69fbe |
EUC-JP | ?第淦 | 0011111111000010111010001101111011000000 | 3fc2e8dec0 |
UTF-8 | 塚第淦 | 111011111010100010010000111001111010110010101100111001101011011110100110 | efa890e7acace6b7a6 |
UHC | ?第? | 00111111111100001010111100111111 | 3ff0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)