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 | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ?????佛F | 0011111100111111001111110011111100111111100110001100010101000110 | 3f3f3f3f3f98c546 |
EUC-JP | ?????佛F | 0011111100111111001111110011111100111111110100001100011101000110 | 3f3f3f3f3fd0c746 |
UTF-8 | 렺쩡렒렺쩡佛F | 11101011101000001011101011101100101010011010000111101011101000001001001011101011101000001011101011101100101010011010000111100100101111011001101101000110 | eba0baeca9a1eba092eba0baeca9a1e4bd9b46 |
UHC | 렺쩡렒렺쩡佛F | 10001110110000101100001011000100100011101010011110001110110000101100001011000100110111011101011001000110 | 8ec2c2c48ea78ec2c2c4ddd646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)