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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 窈??愿るぞ | 11100010011101110011111100111111100111001100001110000010111010011000001010111100 | e2773f3f9cc382e982bc |
EUC-JP | 窈??愿るぞ | 11100011110110000011111100111111110110001100010110100100111010111010010010111110 | e3d83f3fd8c5a4eba4be |
UTF-8 | 窈띾빒愿るぞ | 111001111010101010001000111010111001110110111110111010111011100110010010111001101000010010111111111000111000001010001011111000111000000110011110 | e7aa88eb9dbeebb992e684bfe3828be3819e |
UHC | 窈띾빒愿るぞ | 111010011010000110001101111010111001010110110110111010101011010010101010111010111010101010111110 | e9a18deb95b6eab4aaebaabe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)