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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???恂?^ | 00111111001111110011111110011100100101100011111101011110 | 3f3f3f9c963f5e |
EUC-JP | 縕??恂?^ | 100011111101010011000010001111110011111111010111111101100011111101011110 | 8fd4c23f3fd7f63f5e |
UTF-8 | 縕롡닽恂쳀^ | 11100111101110001001010111101011101000011010000111101011100010111011110111100110100000011000001011101100101100111000000001011110 | e7b895eba1a1eb8bbde68182ecb3805e |
UHC | 縕롡닽恂쳀^ | 1110100010110010100011101110001010001000101010111110001011100001101010110110011001011110 | e8b28ee288abe2e1ab665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)