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 | 讓滔助 | 111001101010100010011111111010111000111110010101 | e6a89feb8f95 |
EUC-JP | 讓滔助 | 111011001010101011011110111011011011110111110101 | ecaadeedbdf5 |
UTF-8 | 讓滔助 | 111010001010111010010011111001101011101110010100111001011000101010101001 | e8ae93e6bb94e58aa9 |
UHC | 讓滔助 | 111001011101001111010100101001011111000010111110 | e5d3d4a5f0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)