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 | äýìïಠ| 111001001111110111101100111011111110000010110010 | e4fdecefe0b2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | äýìïà? | 10001111101010111010001110001111101010111111001010001111101010111100000010001111101010111100000110001111101010111010001000111111 | 8faba38fabf28fabc08fabc18faba23f |
UTF-8 | äýìïಠ| 110000111010010011000011101111011100001110101100110000111010111111000011101000001100001010110010 | c3a4c3bdc3acc3afc3a0c2b2 |
UHC | ?????² | 00111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)