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 | 蝴エム懐筌 | 1110010110011010101101001101000110001001111110011110001010100011 | e59ab4d189f9e2a3 |
EUC-JP | 蝴エム懐筌 | 11101001111110101000111010110100100011101101000110110010111110111110010010100101 | e9fa8eb48ed1b2fbe4a5 |
UTF-8 | 蝴エム懐筌 | 111010001001110110110100111011111011110110110100111011111011111010010001111001101000011110010000111001111010110110001100 | e89db4efbdb4efbe91e68790e7ad8c |
UHC | 蝴???筌 | 11111011110111010011111100111111001111111110111110100111 | fbdd3f3f3fefa7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)