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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?????拂^ | 0011111100111111001111110011111100111111100111010110001101011110 | 3f3f3f3f3f9d635e |
EUC-JP | ?????拂^ | 0011111100111111001111110011111100111111110110011100010001011110 | 3f3f3f3f3fd9c45e |
UTF-8 | 렺쩡렒렺쩡拂^ | 11101011101000001011101011101100101010011010000111101011101000001001001011101011101000001011101011101100101010011010000111100110100010111000001001011110 | eba0baeca9a1eba092eba0baeca9a1e68b825e |
UHC | 렺쩡렒렺쩡拂^ | 10001110110000101100001011000100100011101010011110001110110000101100001011000100110111011101100101011110 | 8ec2c2c48ea78ec2c2c4ddd95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)