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 | ??坤??鵠^ | 001111110011111110001101101000110011111100111111100011011001010001011110 | 3f3f8da33f3f8d945e |
EUC-JP | ??坤??鵠^ | 001111110011111110111010101001010011111100111111101110011111010001011110 | 3f3fbaa53f3fb9f45e |
UTF-8 | 렺읖坤렺읖鵠^ | 11101011101000001011101011101100100111011001011011100101100111011010010011101011101000001011101011101100100111011001011011101001101101011010000001011110 | eba0baec9d96e59da4eba0baec9d96e9b5a05e |
UHC | 렺읖坤렺읖鵠^ | 10001110110000101100000011000101110011011101111010001110110000101100000011000101110011011101110001011110 | 8ec2c0c5cdde8ec2c0c5cddc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)