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 | ?但????^ | 0011111110010010010000010011111100111111001111110011111101011110 | 3f92413f3f3f3f5e |
EUC-JP | ?但????^ | 0011111111000011101000100011111100111111001111110011111101011110 | 3fc3a23f3f3f3f5e |
UTF-8 | 렺但렻렓렻렖^ | 11101011101000001011101011100100101111011000011011101011101000001011101111101011101000001001001111101011101000001011101111101011101000001001011001011110 | eba0bae4bd86eba0bbeba093eba0bbeba0965e |
UHC | 렺但렻렓렻렖^ | 10001110110000101101001110100011100011101100001110001110101010001000111011000011100011101010101101011110 | 8ec2d3a38ec38ea88ec38eab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)