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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 讓玲桝礦 | 1110011010101000100101111110011010010110100100011110000111100110 | e6a897e69691e1e6 |
EUC-JP | 讓玲桝礦 | 1110110010101010110011101110100011001011111100011110001011101000 | ecaacee8cbf1e2e8 |
UTF-8 | 讓玲桝礦 | 111010001010111010010011111001111000111010110010111001101010000110011101111001111010010010100110 | e8ae93e78eb2e6a19de7a4a6 |
UHC | 讓玲?? | 111001011101001111010110101111000011111100111111 | e5d3d6bc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)