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 | 驍ェ邉偃 | 11101001100000101010101011100111101100111001100011101110 | e982aae7b398ee |
EUC-JP | 驍ェ邉偃 | 1111000111100010100011101010101011101110101101011101000011110000 | f1e28eaaeeb5d0f0 |
UTF-8 | 驍ェ邉偃 | 111010011010100110001101111011111011110110101010111010011000001010001001111001011000000110000011 | e9a98defbdaae98289e58183 |
UHC | 驍??偃 | 111111011010010000111111001111111110010111100111 | fda43f3fe5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)