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 | 鴣ー | 111010011011010010100011111011111011110110110000 | e9b4a3efbdb0 |
SJIS-WIN | ?´£??° | 001111111000000101001100100000011001001000111111001111111000000110001011 | 3f814c81923f3f818b |
EUC-JP | 鴣� | 10001111101010111011000110100001101011011010000111110010100011111010101111000001001111111010000111101011 | 8fabb1a1ada1f28fabc13fa1eb |
UTF-8 | 鴣ー | 110000111010100111000010101101001100001010100011110000111010111111000010101111011100001010110000 | c3a9c2b4c2a3c3afc2bdc2b0 |
UHC | ?´??½° | 001111111010001010100101001111110011111110101000111101101010000111000110 | 3fa2a53f3fa8f6a1c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)