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 | 嗽?5? | 100110100111010100111111100000100101010000111111 | 9a753f82543f |
EUC-JP | 嗽?5? | 110100111101011000111111101000111011010100111111 | d3d63fa3b53f |
UTF-8 | 嗽뉖5嶺 | 111001011001011110111101111010111000100110010110111011111011110010010101111011111010011010101011 | e597bdeb8996efbc95efa6ab |
UHC | 嗽뉖5嶺 | 1110000111110101100001111110101110100011101101011110011110101101 | e1f587eba3b5e7ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)