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 | ????稿\ | 00111111001111110011111100111111100011010110010101011100 | 3f3f3f3f8d655c |
EUC-JP | ????稿\ | 00111111001111110011111100111111101110011100011001011100 | 3f3f3f3fb9c65c |
UTF-8 | 렺唜렑렺稿\ | 11101011101000001011101011100101100101001001110011101011101000001001000111101011101000001011101011100111101010001011111101011100 | eba0bae5949ceba091eba0bae7a8bf5c |
UHC | 렺唜렑렺稿\ | 1000111011000010110110001100010110001110101001101000111011000010110011011100001101011100 | 8ec2d8c58ea68ec2cdc35c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)