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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 遵?E遵?EB | 100011111000010100111111010001011000111110000101001111110100010101000010 | 8f853f458f853f4542 |
EUC-JP | 遵?E遵?EB | 101111011110010100111111010001011011110111100101001111110100010101000010 | bde53f45bde53f4542 |
UTF-8 | 遵렗E遵렗EB | 111010011000000110110101111010111010000010010111010001011110100110000001101101011110101110100000100101110100010101000010 | e981b5eba09745e981b5eba0974542 |
UHC | 遵렗E遵렗EB | 1111000111100101100011101010110001000101111100011110010110001110101011000100010101000010 | f1e58eac45f1e58eac4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)