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 | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
SJIS-WIN | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
EUC-JP | ?????P^ | 00111111001111110011111100111111001111110101000001011110 | 3f3f3f3f3f505e |
UTF-8 | 챈혺혟혣혖P^ | 1110110010110001100010001110110110011000101110101110110110011000100111111110110110011000101000111110110110011000100101100101000001011110 | ecb188ed98baed989fed98a3ed9896505e |
UHC | 챈혺혟혣혖P^ | 110000111010011011000010100111111100001010001001110000101000110011000010100000010101000001011110 | c3a6c29fc289c28cc281505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)