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 | ???吾? | 001111110011111100111111100011001110000100111111 | 3f3f3f8ce13f |
EUC-JP | ???吾? | 001111110011111100111111101110001110001100111111 | 3f3f3fb8e33f |
UTF-8 | 琉뗥윿吾껳 | 111011111010011110001100111010111001011110100101111011001001110010111111111001011001000010111110111010101011101110110011 | efa78ceb97a5ec9cbfe590beeabbb3 |
UHC | 琉뗥윿吾껳 | 11101011101001001000101111100101100111111011011111100111111011101000010001001011 | eba48be59fb7e7ee844b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)