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裴豊 | 111001011110100010010110010011000110100011100101111010001001011001001100 | e5e8964c68e5e8964c |
EUC-JP | 裴豊h裴豊 | 111010101110101011001011101011010110100011101010111010101100101110101101 | eaeacbad68eaeacbad |
UTF-8 | 裴豊h裴豊 | 11101000101000111011010011101000101100011000101001101000111010001010001110110100111010001011000110001010 | e8a3b4e8b18a68e8a3b4e8b18a |
UHC | 裴豊h裴豊 | 110110111101000011111001101001010110100011011011110100001111100110100101 | dbd0f9a568dbd0f9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)