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 | ???駭 | 0011111100111111001111111110100101101110 | 3f3f3fe96e |
EUC-JP | ???駭 | 0011111100111111001111111111000111001111 | 3f3f3ff1cf |
UTF-8 | 樂띾㈃駭 | 111011111010011010111111111010111001110110111110111000111000100010000011111010011010011110101101 | efa6bfeb9dbee38883e9a7ad |
UHC | 樂띾㈃駭 | 1110100011111001100011011110101110101001101101001111101010110100 | e8f98deba9b4fab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)