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 | 嗽?6愿?? | 100110100111010100111111100000100101010110011100110000110011111100111111 | 9a753f82559cc33f3f |
EUC-JP | 嗽?6愿?? | 110100111101011000111111101000111011011011011000110001010011111100111111 | d3d63fa3b6d8c53f3f |
UTF-8 | 嗽녿6愿뚦띂 | 111001011001011110111101111010111000010110111111111011111011110010010110111001101000010010111111111010111001101010100110111010111001110110000010 | e597bdeb85bfefbc96e684bfeb9aa6eb9d82 |
UHC | 嗽녿6愿뚦띂 | 111000011111010110000110111010111010001110110110111010101011010010001100111001011000110110111101 | e1f586eba3b6eab48ce58dbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)