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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 劾??駭 | 100010100100111000111111001111111110100101101110 | 8a4e3f3fe96e |
EUC-JP | 劾??駭 | 101100111010111100111111001111111111000111001111 | b3af3f3ff1cf |
UTF-8 | 劾믪㎛駭 | 111001011000101010111110111010111010111110101010111000111000111010011011111010011010011110101101 | e58abeebafaae38e9be9a7ad |
UHC | 劾믪㎛駭 | 1111101010110110100100101110110010100111101011011111101010110100 | fab692eca7adfab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)