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 | 鼇??穩 | 111010101000011100111111001111111110001001110010 | ea873f3fe272 |
EUC-JP | 鼇??穩 | 111100111110011100111111001111111110001111010011 | f3e73f3fe3d3 |
UTF-8 | 鼇듣콒穩 | 111010011011110010000111111010111001001110100011111011001011110110010010111001111010100110101001 | e9bc87eb93a3ecbd92e7a9a9 |
UHC | 鼇듣콒穩 | 1110100010101000101101011110100010110001100011101110100010110001 | e8a8b5e8b18ee8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)