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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ホ闔ケ質霄 | 11110000111110101100111011101000100011101011100110001110101111111110100010111010 | f0facee88eb98ebfe8ba |
EUC-JP | ?ホ闔ケ質霄 | 0011111110001110110011101110111111101110100011101011100110111100110000011111000010111100 | 3f8eceefee8eb9bcc1f0bc |
UTF-8 | ホ闔ケ質霄 | 111011101000001010111001111011111011111010001110111010011001011110010100111011111011110110111001111010001011001110101010111010011001110010000100 | ee82b9efbe8ee99794efbdb9e8b3aae99c84 |
UHC | ??闔?質? | 0011111100111111111110011110111100111111111100101111010100111111 | 3f3ff9ef3ff2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)