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 | ?????|^ | 00111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f7c5e |
SJIS-WIN | ?????|^ | 00111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f7c5e |
EUC-JP | ?????|^ | 00111111001111110011111100111111001111110111110001011110 | 3f3f3f3f3f7c5e |
UTF-8 | 셍롙롘셔샬|^ | 1110110010000101100011011110101110100001100110011110101110100001100110001110110010000101100101001110110010000011101011000111110001011110 | ec858deba199eba198ec8594ec83ac7c5e |
UHC | 셍롙롘셔샬|^ | 101111001100010010001110110111011000111011011100101111001100010110111100101000110111110001011110 | bcc48edd8edcbcc5bca37c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)