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攸? | 10011101101111110011111101101000100111011011111100111111 | 9dbf3f689dbf3f |
EUC-JP | 攸?h攸? | 11011010110000010011111101101000110110101100000100111111 | dac13f68dac13f |
UTF-8 | 攸꿑h攸꿑 | 11100110100101001011100011101010101111111001000101101000111001101001010010111000111010101011111110010001 | e694b8eabf9168e694b8eabf91 |
UHC | 攸꿑h攸꿑 | 111010101111001010000101010011000110100011101010111100101000010101001100 | eaf2854c68eaf2854c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)