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 | 脛随蹴脣 | 1110001111111000100100001000111110001111010100101110001111111010 | e3f8908f8f52e3fa |
EUC-JP | 脛随蹴脣 | 1110011011111010101111111110111110111101101100111110011011111100 | e6fabfefbdb3e6fc |
UTF-8 | 脛随蹴脣 | 111010001000010010011011111010011001101010001111111010001011100110110100111010001000010010100011 | e8849be99a8fe8b9b4e884a3 |
UHC | 脛?蹴脣 | 11001100111010110011111111110101111011011110001011101110 | cceb3ff5ede2ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)