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 | 111001100100001010001011111010101000010010110011100100100100010101000010 | e6428bea84b3924542 |
EUC-JP | 襭苦┻脱B | 111010111010001110110110111011001010100010110101110000111010011001000010 | eba3b6eca8b5c3a642 |
UTF-8 | 襭苦┻脱B | 11101000101001011010110111101000100010111010011011100010100101001011101111101000100001001011000101000010 | e8a5ade88ba6e294bbe884b142 |
UHC | ?苦┻?B | 00111111110011011100100010100110101101010011111101000010 | 3fcdc8a6b53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)