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 | 綜??籠? | 10010001100011100011111100111111111000101100010000111111 | 918e3f3fe2c43f |
EUC-JP | 綜??籠? | 11000001111011100011111100111111111001001100011000111111 | c1ee3f3fe4c63f |
UTF-8 | 綜븀렪籠렖 | 111001111011011010011100111010111011100010000000111010111010000010101010111001111011000110100000111010111010000010010110 | e7b69cebb880eba0aae7b1a0eba096 |
UHC | 綜븀렪籠렖 | 11110000111111001011101011100111100011101011100011010110111010111000111010101011 | f0fcbae78eb8d6eb8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)