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 | äÞ]äV | 1110010011011110100010111000111110001111010111011110010001010110 | e4de8b8f8f5de456 |
SJIS-WIN | ?????]?V | 0011111100111111001111110011111100111111010111010011111101010110 | 3f3f3f3f3f5d3f56 |
EUC-JP | äÞ???]äV | 1000111110101011101000111000111110101001101100000011111100111111001111110101110110001111101010111010001101010110 | 8faba38fa9b03f3f3f5d8faba356 |
UTF-8 | äÞ]äV | 1100001110100100110000111001111011000010100010111100001010001111110000101000111101011101110000111010010001010110 | c3a4c39ec28bc28fc28f5dc3a456 |
UHC | ?Þ???]?V | 001111111010100010101101001111110011111100111111010111010011111101010110 | 3fa8ad3f3f3f5d3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)