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 | 畯伎⊂^ | 11111011011011111000101011101010100000011011110001011110 | fb6f8aea81bc5e |
EUC-JP | 畯伎⊂^ | 1000111111001101101110111011010011101100101000101011111001011110 | 8fcdbbb4eca2be5e |
UTF-8 | 畯伎⊂^ | 11100111100101011010111111100100101111001000111011100010100010101000001001011110 | e795afe4bc8ee28a825e |
UHC | 畯伎⊂^ | 11110001111000011101000011101011101000011111100001011110 | f1e1d0eba1f85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)