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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 恁ъ?\ | 100111001000110010000100100011000011111101011100 | 9c8c848c3f5c |
EUC-JP | 恁ъ?\ | 110101111110110010100111111011000011111101011100 | d7eca7ec3f5c |
UTF-8 | 恁ъ꺽\ | 111001101000000110000001110100011000101011101010101110101011110101011100 | e68181d18aeababd5c |
UHC | 恁ъ꺽\ | 11101100111101101010110011101100101100101010100101011100 | ecf6acecb2a95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)