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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 隧イ謐ァ蓖 | 1110100010101001101100101110011010001101101001111110010011101101 | e8a9b2e68da7e4ed |
EUC-JP | 隧イ謐ァ蓖 | 11110000101010111000111010110010111010111110110110001110101001111110100011101111 | f0ab8eb2ebed8ea7e8ef |
UTF-8 | 隧イ謐ァ蓖 | 111010011001101010100111111011111011110110110010111010001010110010010000111011111011110110100111111010001001001110010110 | e99aa7efbdb2e8ac90efbda7e89396 |
UHC | 隧?謐?? | 11100010110010100011111111011010110011010011111100111111 | e2ca3fdacd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)