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 | ???Y | 00111111001111110011111101011001 | 3f3f3f59 |
SJIS-WIN | 譛焔せY | 11100110100111001000100110001011100000101011100101011001 | e69c898b82b959 |
EUC-JP | 譛焔せY | 11101011111111001011000111101011101001001011101101011001 | ebfcb1eba4bb59 |
UTF-8 | 譛焔せY | 11101000101011011001101111100111100001001001010011100011100000011001101101011001 | e8ad9be78494e3819b59 |
UHC | ??せY | 0011111100111111101010101011101101011001 | 3f3faabb59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)