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 | ?壙??壙?^ | 001111111001101011011011001111110011111110011010110110110011111101011110 | 3f9adb3f3f9adb3f5e |
EUC-JP | ?壙??壙?^ | 001111111101010011011101001111110011111111010100110111010011111101011110 | 3fd4dd3f3fd4dd3f5e |
UTF-8 | 렺壙줏렺壙줌^ | 11101011101000001011101011100101101000111001100111101100101001001000111111101011101000001011101011100101101000111001100111101100101001001000110001011110 | eba0bae5a399eca48feba0bae5a399eca48c5e |
UHC | 렺壙줏렺壙줌^ | 10001110110000101100111011000101110000011101111010001110110000101100111011000101110000011101110001011110 | 8ec2cec5c1de8ec2cec5c1dc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)