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 | é©å±Ñ | 1110100110101001100111111110010110001101101100011101000110001110 | e9a99fe58db1d18e |
SJIS-WIN | ?????±?? | 001111110011111100111111001111110011111110000001011111010011111100111111 | 3f3f3f3f3f817d3f3f |
EUC-JP | é©?å?±Ñ? | 1000111110101011101100011000111110100010111011010011111110001111101010111010100100111111101000011101111010001111101010101101000000111111 | 8fabb18fa2ed3f8faba93fa1de8faad03f |
UTF-8 | é©å±Ñ | 11000011101010011100001010101001110000101001111111000011101001011100001010001101110000101011000111000011100100011100001010001110 | c3a9c2a9c29fc3a5c28dc2b1c391c28e |
UHC | ?????±?? | 001111110011111100111111001111110011111110100001101111100011111100111111 | 3f3f3f3f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)