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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 俑?h俑? | 10011000110110100011111101101000100110001101101000111111 | 98da3f6898da3f |
EUC-JP | 俑?h俑? | 11010000110111000011111101101000110100001101110000111111 | d0dc3f68d0dc3f |
UTF-8 | 俑낽h俑낽 | 11100100101111111001000111101011100000101011110101101000111001001011111110010001111010111000001010111101 | e4bf91eb82bd68e4bf91eb82bd |
UHC | 俑낽h俑낽 | 111010011011010110000110010011000110100011101001101101011000011001001100 | e9b5864c68e9b5864c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)