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 | äÞ½á | 1110010011011110100010111000011110001000101111011110000110001000 | e4de8b8788bde188 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äÞ????á? | 1000111110101011101000111000111110101001101100000011111100111111001111110011111110001111101010111010000100111111 | 8faba38fa9b03f3f3f3f8faba13f |
UTF-8 | äÞ½á | 11000011101001001100001110011110110000101000101111000010100001111100001010001000110000101011110111000011101000011100001010001000 | c3a4c39ec28bc287c288c2bdc3a1c288 |
UHC | ?Þ???½?? | 00111111101010001010110100111111001111110011111110101000111101100011111100111111 | 3fa8ad3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)