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 | フ「簓讎糲ヨ | 110011001010001011100010110001111110011010100110111000101111100011010110 | cca2e2c7e6a6e2f8d6 |
EUC-JP | フ「簓讎糲ヨ | 100011101100110010001110101000101110010011001001111011001010100011100100111110101000111011010110 | 8ecc8ea2e4c9eca8e4fa8ed6 |
UTF-8 | フ「簓讎糲ヨ | 111011111011111010001100111011111011110110100010111001111011000010010011111010001010111010001110111001111011001110110010111011111011111010010110 | efbe8cefbda2e7b093e8ae8ee7b3b2efbe96 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)