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 | ÍÅâä~ | 1100110111000101111000101110010001111110 | cdc5e2e47e |
SJIS-WIN | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
EUC-JP | ÍÅâä~ | 10001111101010101011111110001111101010101010100110001111101010111010010010001111101010111010001101111110 | 8faabf8faaa98faba48faba37e |
UTF-8 | ÍÅâä~ | 110000111000110111000011100001011100001110100010110000111010010001111110 | c38dc385c3a2c3a47e |
UHC | ????~ | 0011111100111111001111110011111101111110 | 3f3f3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)