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 | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 絪?? | 1000111111010011111011000011111100111111 | 8fd3ec3f3f |
UTF-8 | 絪낂옃 | 111001111011010110101010111010111000001010000010111011001001100010000011 | e7b5aaeb8282ec9883 |
UHC | 絪낂옃 | 111011001101111110000101111010011001111010001111 | ecdf85e99e8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)