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 | ?[I???Y | 00111111010110110100100100111111001111110011111101011001 | 3f5b493f3f3f59 |
SJIS-WIN | ?[I???Y | 00111111010110110100100100111111001111110011111101011001 | 3f5b493f3f3f59 |
EUC-JP | ?[I???Y | 00111111010110110100100100111111001111110011111101011001 | 3f5b493f3f3f59 |
UTF-8 | 혪[I혩쨈혪Y | 111011011001100010101010010110110100100111101101100110001010100111101100101010001000100011101101100110001010101001011001 | ed98aa5b49ed98a9eca888ed98aa59 |
UHC | 혪[I혩쨈혪Y | 1100001010010010010110110100100111000010100100011100001010110100110000101001001001011001 | c2925b49c291c2b4c29259 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)