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 | 001111111000010010001010001111110011111101000010 | 3f848a3f3f42 |
EUC-JP | ?ш??B | 001111111010011111101010001111110011111101000010 | 3fa7ea3f3f42 |
UTF-8 | 輦ш퉩句B | 111011111010011010011000110100011000100011101101100010011010100111101111101001001000011001000010 | efa698d188ed89a9efa48642 |
UHC | 輦ш퉩句B | 111001101110010010101100111010101011100110000001110011111111101101000010 | e6e4aceab981cffb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)