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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諍伎α | 111001100111100110001010111010101000001110111111 | e6798aea83bf |
EUC-JP | 諍伎α | 111010111101101010110100111011001010011011000001 | ebdab4eca6c1 |
UTF-8 | 諍伎α | 1110100010101011100011011110010010111100100011101100111010110001 | e8ab8de4bc8eceb1 |
UHC | 諍伎α | 111011101011010111010000111010111010010111100001 | eeb5d0eba5e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)