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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??潁? | 0011111100111111100111111111000100111111 | 3f3f9ff13f |
EUC-JP | 鉥?潁? | 10001111111000111110100000111111110111101111001100111111 | 8fe3e83fdef33f |
UTF-8 | 鉥룷潁룷 | 111010011000100110100101111010111010001110110111111001101011110110000001111010111010001110110111 | e989a5eba3b7e6bd81eba3b7 |
UHC | 鉥룷潁룷 | 1110001011111100100011111010110011100111101110001000111110101100 | e2fc8face7b88fac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)