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 | 趙伎⊂^ | 11100110111000101000101011101010100000011011110001011110 | e6e28aea81bc5e |
EUC-JP | 趙伎⊂^ | 11101100111001001011010011101100101000101011111001011110 | ece4b4eca2be5e |
UTF-8 | 趙伎⊂^ | 11101000101101101001100111100100101111001000111011100010100010101000001001011110 | e8b699e4bc8ee28a825e |
UHC | 趙伎⊂^ | 11110000111000011101000011101011101000011111100001011110 | f0e1d0eba1f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)