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 | ?肯??錚 | 00111111100011010110110100111111001111111110100001000010 | 3f8d6d3f3fe842 |
EUC-JP | 嫄肯??錚 | 100011111011101010100001101110011100111000111111001111111110111110100011 | 8fbaa1b9ce3f3fefa3 |
UTF-8 | 嫄肯렓렡錚 | 111001011010101110000100111010001000001010101111111010111010000010010011111010111010000010100001111010011000110010011010 | e5ab84e882afeba093eba0a1e98c9a |
UHC | 嫄肯렓렡錚 | 11101010101100011101000011101001100011101010100010001110101100101110111010110110 | eab1d0e98ea88eb2eeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)