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 | 趙剰亜^ | 11100110111000101000111111101000100010001001111101011110 | e6e28fe8889f5e |
EUC-JP | 趙剰亜^ | 11101100111001001011111011101010101100001010000101011110 | ece4beeab0a15e |
UTF-8 | 趙剰亜^ | 11101000101101101001100111100101100010011011000011100100101110101001110001011110 | e8b699e589b0e4ba9c5e |
UHC | 趙??^ | 1111000011100001001111110011111101011110 | f0e13f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)