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 | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
SJIS-WIN | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
EUC-JP | ??w?? | 0011111100111111011101110011111100111111 | 3f3f773f3f |
UTF-8 | 횄짜w횄짜 | 11101101100110101000010011101100101001111001110001110111111011011001101010000100111011001010011110011100 | ed9a84eca79c77ed9a84eca79c |
UHC | 횄짜w횄짜 | 110000111000001111000010101001010111011111000011100000111100001010100101 | c383c2a577c383c2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)