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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 赭」笳句 | 11100110110111101010001111100010100101111000101111100101 | e6dea3e2978be5 |
EUC-JP | 赭」笳句 | 1110110011100000100011101010001111100011111101111011011011100111 | ece08ea3e3f7b6e7 |
UTF-8 | 赭」笳句 | 111010001011010110101101111011111011110110100011111001111010110010110011111001011000111110100101 | e8b5adefbda3e7acb3e58fa5 |
UHC | ???句 | 0011111100111111001111111100111110100011 | 3f3f3fcfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)