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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 肉??^ | 1001001111110111001111110011111101011110 | 93f73f3f5e |
EUC-JP | 肉??^ | 1100011011111001001111110011111101011110 | c6f93f3f5e |
UTF-8 | 肉븍옌^ | 11101000100000101000100111101011101110001000110111101100100110001000110001011110 | e88289ebb88dec988c5e |
UHC | 肉븍옌^ | 11101011101111111011101011101011101111111011101001011110 | ebbfbaebbfba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)