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 | ??A?? | 0011111100111111010000010011111100111111 | 3f3f413f3f |
SJIS-WIN | 狸種A右∝ | 100100100100101110001110111011010100000110001001010001011000000111100101 | 924b8eed41894581e5 |
EUC-JP | 狸種A右∝ | 110000111010110010111100111011110100000110110001101001101010001011100111 | c3acbcef41b1a6a2e7 |
UTF-8 | 狸種A右∝ | 11100111100010111011100011100111101010001010111001000001111001011000111110110011111000101000100010011101 | e78bb8e7a8ae41e58fb3e2889d |
UHC | 狸種A右∝ | 110101111110000111110000111110100100000111101001110100111010000111110000 | d7e1f0fa41e9d3a1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)