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 | ???F? | 0011111100111111001111110100011000111111 | 3f3f3f463f |
SJIS-WIN | 潁〓?F耀 | 1001111111110001100000011010110000111111010001101001011101110011 | 9ff181ac3f469773 |
EUC-JP | 潁〓?F耀 | 1101111011110011101000101010111000111111010001101100110111010100 | def3a2ae3f46cdd4 |
UTF-8 | 潁〓젦F耀 | 11100110101111011000000111100011100000001001001111101100101000001010011001000110111010001000000010000000 | e6bd81e38093eca0a646e88080 |
UHC | 潁〓젦F耀 | 111001111011100010100001111010111010000010011110010001101110100110100101 | e7b8a1eba09e46e9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)