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 | ?⑥??? | 001111111000011101000101001111110011111100111111 | 3f87453f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 梨⑥콟淋묒 | 111011111010011110100010111000101001000110100101111011001011110110011111111011111010011110110101111010111010110010010010 | efa7a2e291a5ecbd9fefa7b5ebac92 |
UHC | 梨⑥콟淋묒 | 11101100101100011010100011101100101100011001011111101100111110001001000111101100 | ecb1a8ecb197ecf891ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)