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筌? | 11100010101000110011111101101000111000101010001100111111 | e2a33f68e2a33f |
EUC-JP | 筌?h筌? | 11100100101001010011111101101000111001001010010100111111 | e4a53f68e4a53f |
UTF-8 | 筌쪿h筌쪿 | 11100111101011011000110011101100101010101011111101101000111001111010110110001100111011001010101010111111 | e7ad8cecaabf68e7ad8cecaabf |
UHC | 筌쪿h筌쪿 | 111011111010011110100110010101100110100011101111101001111010011001010110 | efa7a65668efa7a656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)