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 | 鈞帛サコ矗 | 1110011111100000100110111110010110111011101110101110000111011110 | e7e09be5bbbae1de |
EUC-JP | 鈞帛サコ矗 | 11101110111000101101011011100111100011101011101110001110101110101110001011100000 | eee2d6e78ebb8ebae2e0 |
UTF-8 | 鈞帛サコ矗 | 111010011000100010011110111001011011100010011011111011111011110110111011111011111011110110111010111001111001111110010111 | e9889ee5b89befbdbbefbdbae79f97 |
UHC | 鈞帛??矗 | 1101000010110111110110111101100100111111001111111111010110111000 | d0b7dbd93f3ff5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)