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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 恁ъ?x | 100111001000110010000100100011000011111101111000 | 9c8c848c3f78 |
EUC-JP | 恁ъ?x | 110101111110110010100111111011000011111101111000 | d7eca7ec3f78 |
UTF-8 | 恁ъ콝x | 111001101000000110000001110100011000101011101100101111011001110101111000 | e68181d18aecbd9d78 |
UHC | 恁ъ콝x | 11101100111101101010110011101100101100011001010101111000 | ecf6acecb19578 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)