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 | 韋懈サ謎驕 | 111010001110100010011100111001101011101110010011111001001110100110000001 | e8e89ce6bb93e4e981 |
EUC-JP | 韋懈サ謎驕 | 11110000111010101101100011101000100011101011101111000110111001101111000111100001 | f0ead8e88ebbc6e6f1e1 |
UTF-8 | 韋懈サ謎驕 | 111010011001111110001011111001101000011110001000111011111011110110111011111010001010110010001110111010011010100110010101 | e99f8be68788efbdbbe8ac8ee9a995 |
UHC | 韋懈?謎驕 | 111010101101111111111010101010110011111111011010101110101100111011110110 | eadffaab3fdabacef6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)