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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 撓℡?壤? | 1001110110011010100001111000010000111111100110101101111100111111 | 9d9a87843f9adf3f |
EUC-JP | 撓??壤? | 11011001111110100011111100111111110101001110000100111111 | d9fa3f3fd4e13f |
UTF-8 | 撓℡넼壤밄 | 111001101001001010010011111000101000010010100001111010111000010010111100111001011010001110100100111010111011000010000100 | e69293e284a1eb84bce5a3a4ebb084 |
UHC | 撓℡넼壤밄 | 11101000111101011010001011100101100001101011011011100101101111011001001101000010 | e8f5a2e586b6e5bd9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)