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 | äÔäÏ | 1110010011010100111001001100111110000010100011111001101110010000 | e4d4e4cf828f9b90 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | äÔäÏ???? | 10001111101010111010001110001111101010101101010010001111101010111010001110001111101010101100000100111111001111110011111100111111 | 8faba38faad48faba38faac13f3f3f3f |
UTF-8 | äÔäÏ | 11000011101001001100001110010100110000111010010011000011100011111100001010000010110000101000111111000010100110111100001010010000 | c3a4c394c3a4c38fc282c28fc29bc290 |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)