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??k | 001111110011111101101000001111110011111101101011 | 3f3f683f3f6b |
SJIS-WIN | 乘彧h乘彧k | 10011000101010011111101010111001011010001001100010101001111110101011100101101011 | 98a9fab96898a9fab96b |
EUC-JP | 乘彧h乘彧k | 110100001010101110001111101111001111111001101000110100001010101110001111101111001111111001101011 | d0ab8fbcfe68d0ab8fbcfe6b |
UTF-8 | 乘彧h乘彧k | 1110010010111001100110001110010110111101101001110110100011100100101110011001100011100101101111011010011101101011 | e4b998e5bda768e4b998e5bda76b |
UHC | 乘彧h乘彧k | 11100011101010111110100111101110011010001110001110101011111010011110111001101011 | e3abe9ee68e3abe9ee6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)