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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 뤙凉맘법렞 | 111010111010010010011001111011111010010110111001111010111010011110011000111010111011001010010101111010111010000010011110 | eba499efa5b9eba798ebb295eba09e |
UHC | 뤙凉맘법렞 | 10001111110010001110010110111100101110001011111010111001111111011000111010101111 | 8fc8e5bcb8beb9fd8eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)