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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 讓玲ウョ粐 | 1110011010101000100101111110011010110011101011101110001011100010 | e6a897e6b3aee2e2 |
EUC-JP | 讓玲ウョ粐 | 11101100101010101100111011101000100011101011001110001110101011101110010011100100 | ecaacee88eb38eaee4e4 |
UTF-8 | 讓玲ウョ粐 | 111010001010111010010011111001111000111010110010111011111011110110110011111011111011110110101110111001111011001010010000 | e8ae93e78eb2efbdb3efbdaee7b290 |
UHC | 讓玲??? | 11100101110100111101011010111100001111110011111100111111 | e5d3d6bc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)