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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 踝賀岡F | 11100110111101001000100111101010100010011010101001000110 | e6f489ea89aa46 |
EUC-JP | 踝賀岡F | 11101100111101101011001011101100101100101010110001000110 | ecf6b2ecb2ac46 |
UTF-8 | 踝賀岡F | 11101000101110001001110111101000101100111000000011100101101100101010000101000110 | e8b89de8b380e5b2a146 |
UHC | ?賀岡F | 001111111111100111000101110010111010101001000110 | 3ff9c5cbaa46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)