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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 谿曙К\ | 11100110101011101000111110001100100001000100101101011100 | e6ae8f8c844b5c |
EUC-JP | 谿曙К\ | 11101100101100001011110111101100101001111010110001011100 | ecb0bdeca7ac5c |
UTF-8 | 谿曙К\ | 111010001011000010111111111001101001101110011001110100001001101001011100 | e8b0bfe69b99d09a5c |
UHC | 谿曙К\ | 11001101101011001101111111110101101011001010110001011100 | cdacdff5acac5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)