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 | ???V] | 0011111100111111001111110101011001011101 | 3f3f3f565d |
SJIS-WIN | 潁〓?V] | 10011111111100011000000110101100001111110101011001011101 | 9ff181ac3f565d |
EUC-JP | 潁〓?V] | 11011110111100111010001010101110001111110101011001011101 | def3a2ae3f565d |
UTF-8 | 潁〓젙V] | 1110011010111101100000011110001110000000100100111110110010100000100110010101011001011101 | e6bd81e38093eca099565d |
UHC | 潁〓젙V] | 1110011110111000101000011110101110100000100101010101011001011101 | e7b8a1eba095565d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)