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 | ???硅魚 | 00111111001111110011111111100001111010011000101110011011 | 3f3f3fe1e98b9b |
EUC-JP | ???硅魚 | 00111111001111110011111111100010111010111011010111111011 | 3f3f3fe2ebb5fb |
UTF-8 | 了쏅뿩硅魚 | 111011111010011010111010111011001000111110000101111010111011111110101001111001111010000110000101111010011010110110011010 | efa6baec8f85ebbfa9e7a185e9ad9a |
UHC | 了쏅뿩硅魚 | 11101000111001111001101111101011100101111010100111010000101010011110010111100000 | e8e79beb97a9d0a9e5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)