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 | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
SJIS-WIN | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
EUC-JP | ?????I^ | 00111111001111110011111100111111001111110100100101011110 | 3f3f3f3f3f495e |
UTF-8 | 혧찼찼챙쨀I^ | 1110110110011000101001111110110010110000101111001110110010110000101111001110110010110001100110011110110010101000100000000100100101011110 | ed98a7ecb0bcecb0bcecb199eca880495e |
UHC | 혧찼찼챙쨀I^ | 110000101000111111000011101000011100001110100001110000111010110011000010101100110100100101011110 | c28fc3a1c3a1c3acc2b3495e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)