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 | ?®????Y | 00111111101011100011111100111111001111110011111101011001 | 3fae3f3f3f3f59 |
SJIS-WIN | ???張ч?Y | 001111110011111100111111100100101010001110000100100010010011111101011001 | 3f3f3f92a384893f59 |
EUC-JP | ?®?張ч?Y | 0011111110001111101000101110111000111111110001001010010110100111111010010011111101011001 | 3f8fa2ee3fc4a5a7e93f59 |
UTF-8 | 吳®뮵張ч눈Y | 1110010110010000101100111100001010101110111010111010111010110101111001011011110010110101110100011000011111101011100010001000100001011001 | e590b3c2aeebaeb5e5bcb5d187eb888859 |
UHC | 吳®뮵張ч눈Y | 11100111111011111010001011100111100100101011110111101101111001011010110011101001101101001010101101011001 | e7efa2e792bdede5ace9b4ab59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)