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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 吾???? | 100011001110000100111111001111110011111100111111 | 8ce13f3f3f3f |
EUC-JP | 吾??晷? | 1011100011100011001111110011111110001111110000101100011100111111 | b8e33f3f8fc2c73f |
UTF-8 | 吾몃쵎晷銳 | 111001011001000010111110111010111010101010000011111011001011010110001110111001101001100110110111111010011000101010110011 | e590beebaa83ecb58ee699b7e98ab3 |
UHC | 吾몃쵎晷銳 | 11100111111011101011100011101011101011001001000011001111111111001110011111100101 | e7eeb8ebac90cffce7e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)