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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐?翁 | 1000100010110111001111111000100110100101 | 88b73f89a5 |
EUC-JP | 姐?翁 | 1011000010111001001111111011001010100111 | b0b93fb2a7 |
UTF-8 | 姐렲翁 | 111001011010011110010000111010111010000010110010111001111011111110000001 | e5a790eba0b2e7bf81 |
UHC | 姐렲翁 | 111011101011101110001110101111111110100010111010 | eebb8ebfe8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)