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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?削撚 | 0011111110001101111011011001010001010001 | 3f8ded9451 |
EUC-JP | 邕削撚 | 10001111111000011110110110111010111011111100011110110010 | 8fe1edbaefc7b2 |
UTF-8 | 邕削撚 | 111010011000001010010101111001011000100110001010111001101001001010011010 | e98295e5898ae6929a |
UHC | 邕削撚 | 111010001011101111011110111110111101001010110101 | e8bbdefbd2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)