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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ??玿? | 001111110011111110001111110010111110011100111111 | 3f3f8fcbe73f |
UTF-8 | 𥎼쪴玿ף | 111100001010010110001110101111001110110010101010101101001110011110001110101111111101011110100011 | f0a58ebcecaab4e78ebfd7a3 |
UHC | ?쪴?? | 0011111110100110010011010011111100111111 | 3fa64d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)