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 | 将莪宵脯 | 1000111110101011111001001010111010001111101010101110001111111011 | 8fabe4ae8faae3fb |
EUC-JP | 将莪宵脯 | 1011111010101101111010001011000010111110101011001110011011111101 | beade8b0beace6fd |
UTF-8 | 将莪宵脯 | 111001011011000010000110111010001000111010101010111001011010111010110101111010001000010010101111 | e5b086e88eaae5aeb5e884af |
UHC | ?莪宵脯 | 00111111111001001011010111100001101100101111100011100001 | 3fe4b5e1b2f8e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)