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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | ??似?簿\ | 0011111100111111100011101001011100111111100101011110101101011100 | 3f3f8e973f95eb5c |
EUC-JP | ??似?簿\ | 0011111100111111101110111111011100111111110010101110110101011100 | 3f3fbbf73fcaed5c |
UTF-8 | 렺셔似셔簿\ | 11101011101000001011101011101100100001011001010011100100101111001011110011101100100001011001010011100111101100001011111101011100 | eba0baec8594e4bcbcec8594e7b0bf5c |
UHC | 렺셔似셔簿\ | 1000111011000010101111001100010111011110110001001011110011000101110111011010110101011100 | 8ec2bcc5dec4bcc5ddad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)