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 | 驪咏粟蠇「 | 111010011000101110011001111001111000100010111110111110111010000110100010 | e98b99e788befba1a2 |
EUC-JP | 驪咏粟?「 | 111100011110101111010010111010011011000011000000001111111000111010100010 | f1ebd2e9b0c03f8ea2 |
UTF-8 | 驪咏粟蠇「 | 111010011010100110101010111001011001001010001111111001111011001010011111111010001010000010000111111011111011110110100010 | e9a9aae5928fe7b29fe8a087efbda2 |
UHC | 驪?粟?? | 11010101111100010011111111100001110110000011111100111111 | d5f13fe1d83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)