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 | 洩鰐洩 | 100010010110101110011000011010111000100101101011 | 896b986b896b |
EUC-JP | 洩鰐洩 | 101100011100110011001111110011001011000111001100 | b1cccfccb1cc |
UTF-8 | 洩鰐洩 | 111001101011010010101001111010011011000010010000111001101011010010101001 | e6b4a9e9b090e6b4a9 |
UHC | 洩鰐洩 | 111000001101110111100100110010101110000011011101 | e0dde4cae0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)