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 | ????匪 | 001111110011111100111111001111111001010011011001 | 3f3f3f3f94d9 |
EUC-JP | 焌???匪 | 1000111111001001111010000011111100111111001111111100100011011011 | 8fc9e83f3f3fc8db |
UTF-8 | 焌븀렎ㅷ匪 | 111001111000010010001100111010111011100010000000111010111010000010001110111000111000010110110111111001011000110010101010 | e7848cebb880eba08ee385b7e58caa |
UHC | 焌븀렎ㅷ匪 | 11110001111000001011101011100111100011101010010010100100111001111101110111100011 | f1e0bae78ea4a4e7dde3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)