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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 霑ーh霑 | 111010001011111110110000011010001110100010111111 | e8bfb068e8bf |
EUC-JP | 霑ーh霑 | 11110000110000011000111010110000011010001111000011000001 | f0c18eb068f0c1 |
UTF-8 | 霑ーh霑 | 11101001100111001001000111101111101111011011000001101000111010011001110010010001 | e99c91efbdb068e99c91 |
UHC | 霑?h霑 | 111011111100010100111111011010001110111111000101 | efc53f68efc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)