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 | ワ骼ァミ霍 | 1111000111100011110111001110100110001110101001111101000011101000101101111111100101000010 | f1e3dce98ea7d0e8b7f942 |
EUC-JP | ?ワ骼ァミ霍? | 001111111000111011011100111100011110111010001110101001111000111011010000111100001011100100111111 | 3f8edcf1ee8ea78ed0f0b93f |
UTF-8 | ワ骼ァミ霍 | 111011101000010110011110111011111011111010011100111010011010101010111100111011111011110110100111111011111011111010010000111010011001110010001101111011101001101010011110 | ee859eefbe9ce9aabcefbda7efbe90e99c8dee9a9e |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)