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 | 齎?齎?禎富 | 11100110110110000011111111100110110110000011111110010010111101011001010101111000 | e6d83fe6d83f92f59578 |
EUC-JP | 齎?齎?禎富 | 11101100110110100011111111101100110110100011111111000100111101111100100111011001 | ecda3fecda3fc4f7c9d9 |
UTF-8 | 齎렖齎렖禎富 | 111010011011110110001110111010111010000010010110111010011011110110001110111010111010000010010110111001111010011010001110111001011010111110001100 | e9bd8eeba096e9bd8eeba096e7a68ee5af8c |
UHC | 齎렖齎렖禎富 | 111011101011001010001110101010111110111010110010100011101010101111101111111011101101110110100011 | eeb28eabeeb28eabefeedda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)