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 | ???C? | 0011111100111111001111110100001100111111 | 3f3f3f433f |
SJIS-WIN | 潁〓?C沃 | 1001111111110001100000011010110000111111010000111001011110000000 | 9ff181ac3f439780 |
EUC-JP | 潁〓?C沃 | 1101111011110011101000101010111000111111010000111100110111100000 | def3a2ae3f43cde0 |
UTF-8 | 潁〓젦C沃 | 11100110101111011000000111100011100000001001001111101100101000001010011001000011111001101011001010000011 | e6bd81e38093eca0a643e6b283 |
UHC | 潁〓젦C沃 | 111001111011100010100001111010111010000010011110010000111110100010101010 | e7b8a1eba09e43e8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)