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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 烏?h烏? | 10001001010001110011111101101000100010010100011100111111 | 89473f6889473f |
EUC-JP | 烏?h烏? | 10110001101010000011111101101000101100011010100000111111 | b1a83f68b1a83f |
UTF-8 | 烏셂h烏셂 | 11100111100000111000111111101100100001011000001001101000111001111000001110001111111011001000010110000010 | e7838fec858268e7838fec8582 |
UHC | 烏셂h烏셂 | 111010001010000110011001010011000110100011101000101000011001100101001100 | e8a1994c68e8a1994c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)