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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
EUC-JP | ??珏??F | 0011111100111111100011111100101111101101001111110011111101000110 | 3f3f8fcbed3f3f46 |
UTF-8 | 렺旼珏셍렫F | 11101011101000001011101011100110100101111011110011100111100011111000111111101100100001011000110111101011101000001010101101000110 | eba0bae697bce78f8fec858deba0ab46 |
UHC | 렺旼珏셍렫F | 1000111011000010110110101100010011001010110001001011110011000100100011101011100101000110 | 8ec2dac4cac4bcc48eb946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)