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 | ???有? | 001111110011111100111111100101110100110000111111 | 3f3f3f974c3f |
EUC-JP | ???有? | 001111110011111100111111110011011010110100111111 | 3f3f3fcdad3f |
UTF-8 | 琉싩꽣有쐆 | 111011111010011110001100111011001000101110101001111010101011110110100011111001101001110010001001111011001001000010000110 | efa78cec8ba9eabda3e69c89ec9086 |
UHC | 琉싩꽣有쐆 | 11101011101001001001101011100111100001001011000011101010111100111001110001101000 | eba49ae784b0eaf39c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)