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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??民?? | 001111110011111110010110101011110011111100111111 | 3f3f96af3f3f |
EUC-JP | ??民?? | 001111110011111111001100101100010011111100111111 | 3f3fccb13f3f |
UTF-8 | 렺씽民후렲 | 111010111010000010111010111011001001010010111101111001101011000010010001111011011001101110000100111010111010000010110010 | eba0baec94bde6b091ed9b84eba0b2 |
UHC | 렺씽民후렲 | 10001110110000101011111011000101110110101100010111001000110001001000111010111111 | 8ec2bec5dac5c8c48ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)