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 | ?g??^ | 0011111101100111001111110011111101011110 | 3f673f3f5e |
SJIS-WIN | 辿g叩測^ | 1001001001001000011001111001001001000000100100011010101001011110 | 924867924091aa5e |
EUC-JP | 辿g叩測^ | 1100001110101001011001111100001110100001110000101010110001011110 | c3a967c3a1c2ac5e |
UTF-8 | 辿g叩測^ | 1110100010111110101111110110011111100101100011111010100111100110101110001010110001011110 | e8bebf67e58fa9e6b8ac5e |
UHC | ?g叩測^ | 00111111011001111100110110110000111101101011010001011110 | 3f67cdb0f6b45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)