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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鞨募炎褞 | 1110100011100000100101011110010110001001100010101110010111110000 | e8e095e5898ae5f0 |
EUC-JP | 鞨募炎褞 | 1111000011100010110010101110011110110001111010101110101011110010 | f0e2cae7b1eaeaf2 |
UTF-8 | 鞨募炎褞 | 111010011001111010101000111001011000101110011111111001111000001010001110111010001010010010011110 | e99ea8e58b9fe7828ee8a49e |
UHC | 鞨募炎? | 11001010111010101101100110110100111001101111101000111111 | caead9b4e6fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)