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 | äÔäÏe | 111001001101010011100100110011111000001101100101 | e4d4e4cf8365 |
SJIS-WIN | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
EUC-JP | äÔäÏ?e | 1000111110101011101000111000111110101010110101001000111110101011101000111000111110101010110000010011111101100101 | 8faba38faad48faba38faac13f65 |
UTF-8 | äÔäÏe | 1100001110100100110000111001010011000011101001001100001110001111110000101000001101100101 | c3a4c394c3a4c38fc28365 |
UHC | ?????e | 001111110011111100111111001111110011111101100101 | 3f3f3f3f3f65 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)