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 | 嗽?6熱? | 1001101001110101001111111000001001010101100101000100110100111111 | 9a753f8255944d3f |
EUC-JP | 嗽?6熱? | 1101001111010110001111111010001110110110110001111010111000111111 | d3d63fa3b6c7ae3f |
UTF-8 | 嗽녿6熱툫 | 111001011001011110111101111010111000010110111111111011111011110010010110111001111000011010110001111011011000100010101011 | e597bdeb85bfefbc96e786b1ed88ab |
UHC | 嗽녿6熱툫 | 11100001111101011000011011101011101000111011011011100110111100001011100101000010 | e1f586eba3b6e6f0b942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)