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 | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
SJIS-WIN | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
EUC-JP | ????M^ | 001111110011111100111111001111110100110101011110 | 3f3f3f3f4d5e |
UTF-8 | 셔섬셍섰M^ | 1110110010000101100101001110110010000100101011001110110010000101100011011110110010000100101100000100110101011110 | ec8594ec84acec858dec84b04d5e |
UHC | 셔섬셍섰M^ | 10111100110001011011110010110110101111001100010010111100101110010100110101011110 | bcc5bcb6bcc4bcb94d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)