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 | 鶩~ | 11101001101101101010100101111110 | e9b6a97e |
SJIS-WIN | ?¶?~ | 0011111110000001111101110011111101111110 | 3f81f73f7e |
EUC-JP | 鶩~ | 100011111010101110110001101000101111100110001111101000101110110101111110 | 8fabb1a2f98fa2ed7e |
UTF-8 | 鶩~ | 11000011101010011100001010110110110000101010100101111110 | c3a9c2b6c2a97e |
UHC | ?¶?~ | 0011111110100010110100100011111101111110 | 3fa2d23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)