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 | ??W}??W{^ | 001111110011111101010111011111010011111100111111010101110111101101011110 | 3f3f577d3f3f577b5e |
SJIS-WIN | ?舅W}?舅W{^ | 0011111111100100011011100101011101111101001111111110010001101110010101110111101101011110 | 3fe46e577d3fe46e577b5e |
EUC-JP | ?舅W}?舅W{^ | 0011111111100111110011110101011101111101001111111110011111001111010101110111101101011110 | 3fe7cf577d3fe7cf577b5e |
UTF-8 | 렺舅W}렺舅W{^ | 1110101110100000101110101110100010001000100001010101011101111101111010111010000010111010111010001000100010000101010101110111101101011110 | eba0bae88885577deba0bae88885577b5e |
UHC | 렺舅W}렺舅W{^ | 10001110110000101100111111000000010101110111110110001110110000101100111111000000010101110111101101011110 | 8ec2cfc0577d8ec2cfc0577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)