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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ワ骼ァミ銛 | 1111000011100011110111001110100110001110101001111101000011100111111100111111100101000101 | f0e3dce98ea7d0e7f3f945 |
EUC-JP | ?ワ骼ァミ銛? | 001111111000111011011100111100011110111010001110101001111000111011010000111011101111010100111111 | 3f8edcf1ee8ea78ed0eef53f |
UTF-8 | ワ骼ァミ銛 | 111011101000001010100010111011111011111010011100111010011010101010111100111011111011110110100111111011111011111010010000111010011000101010011011111011101001101010100001 | ee82a2efbe9ce9aabcefbda7efbe90e98a9bee9aa1 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)