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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 禎??迅?汁 | 100100101111010100111111001111111001000001110110001111111000111101100000 | 92f53f3f90763f8f60 |
EUC-JP | 禎??迅?汁 | 110001001111011100111111001111111011111111010111001111111011110111000001 | c4f73f3fbfd73fbdc1 |
UTF-8 | 禎쇠섐迅렯汁 | 111001111010011010001110111011001000011110100000111011001000010010010000111010001011111110000101111010111010000010101111111001101011000110000001 | e7a68eec87a0ec8490e8bf85eba0afe6b181 |
UHC | 禎쇠섐迅렯汁 | 111011111110111010111100111010001011110010101011111000111111011010001110101111001111000111110000 | efeebce8bcabe3f68ebcf1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)