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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 榮??釗 | 100111101100010000111111001111111111101110111011 | 9ec43f3ffbbb |
EUC-JP | 榮??釗 | 11011100110001100011111100111111100011111110001110100110 | dcc63f3f8fe3a6 |
UTF-8 | 榮녺쥈釗 | 111001101010011010101110111010111000010110111010111011001010010110001000111010011000011110010111 | e6a6aeeb85baeca588e98797 |
UHC | 榮녺쥈釗 | 1110011110110100100001101110011110100010100000011110000111110010 | e7b486e7a281e1f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)