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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?攸??B | 001111111001110110111111001111110011111101000010 | 3f9dbf3f3f42 |
EUC-JP | ?攸??B | 001111111101101011000001001111110011111101000010 | 3fdac13f3f42 |
UTF-8 | 렱攸렫솬B | 11101011101000001011000111100110100101001011100011101011101000001010101111101100100001101010110001000010 | eba0b1e694b8eba0abec86ac42 |
UHC | 렱攸렫솬B | 100011101011111011101010111100101000111010111001101111001101111101000010 | 8ebeeaf28eb9bcdf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)