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 | 雋樣コ・蓚 | 1110100010110010100111101110100110111010101001011110010011101001 | e8b29ee9baa5e4e9 |
EUC-JP | 雋樣コ・蓚 | 11110000101101001101110011101011100011101011101010001110101001011110100011101011 | f0b4dceb8eba8ea5e8eb |
UTF-8 | 雋樣コ・蓚 | 111010011001101110001011111001101010100010100011111011111011110110111010111011111011110110100101111010001001001110011010 | e99b8be6a8a3efbdbaefbda5e8939a |
UHC | 雋樣??蓚 | 1111000111100110111001011100011000111111001111111110001010111110 | f1e6e5c63f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)