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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襾遂┬B | 11100110010001111001000010001011100001001010011001000010 | e647908b84a642 |
EUC-JP | 襾遂┬B | 11101011101010001011111111101011101010001010100001000010 | eba8bfeba8a842 |
UTF-8 | 襾遂┬B | 11101000101001011011111011101001100000011000001011100010100101001010110001000010 | e8a5bee98182e294ac42 |
UHC | ?遂┬B | 001111111110001011000100101001101010100001000010 | 3fe2c4a6a842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)