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 | 筌??悚 | 111000101010001100111111001111111001110010011110 | e2a33f3f9c9e |
EUC-JP | 筌??悚 | 111001001010010100111111001111111101011111111110 | e4a53f3fd7fe |
UTF-8 | 筌롪퀣悚 | 111001111010110110001100111010111010000110101010111011011000000010100011111001101000001010011010 | e7ad8ceba1aaed80a3e6829a |
UHC | 筌롪퀣悚 | 1110111110100111100011101110101010110011100101111110000111100101 | efa78eeab397e1e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)