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 | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
SJIS-WIN | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
EUC-JP | ?????u | 001111110011111100111111001111110011111101110101 | 3f3f3f3f3f75 |
UTF-8 | 혺척혺혱혷u | 11101101100110001011101011101100101100101001100111101101100110001011101011101101100110001011000111101101100110001011011101110101 | ed98baecb299ed98baed98b1ed98b775 |
UHC | 혺척혺혱혷u | 1100001010011111110000111011010011000010100111111100001010011000110000101001111001110101 | c29fc3b4c29fc298c29e75 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)