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 | âçZoBF | 10011111111000101110011101011010011011110100001001000110 | 9fe2e75a6f4246 |
SJIS-WIN | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
EUC-JP | ?âçZoBF | 0011111110001111101010111010010010001111101010111010111001011010011011110100001001000110 | 3f8faba48fabae5a6f4246 |
UTF-8 | âçZoBF | 11000010100111111100001110100010110000111010011101011010011011110100001001000110 | c29fc3a2c3a75a6f4246 |
UHC | ???ZoBF | 00111111001111110011111101011010011011110100001001000110 | 3f3f3f5a6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)