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 | ???G? | 0011111100111111001111110100011100111111 | 3f3f3f473f |
SJIS-WIN | 潁〓?G縊 | 1001111111110001100000011010110000111111010001111110001101101111 | 9ff181ac3f47e36f |
EUC-JP | 潁〓?G縊 | 1101111011110011101000101010111000111111010001111110010111010000 | def3a2ae3f47e5d0 |
UTF-8 | 潁〓젦G縊 | 11100110101111011000000111100011100000001001001111101100101000001010011001000111111001111011100010001010 | e6bd81e38093eca0a647e7b88a |
UHC | 潁〓젦G縊 | 111001111011100010100001111010111010000010011110010001111110010011111100 | e7b8a1eba09e47e4fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)