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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闖ス闖ス骭槫 | 11101000100011111011110111101000100011111011110111101001100011001001111011100101 | e88fbde88fbde98c9ee5 |
EUC-JP | 闖ス闖ス骭槫 | 111011111110111110001110101111011110111111101111100011101011110111110001111011001101110011100111 | efef8ebdefef8ebdf1ecdce7 |
UTF-8 | 闖ス闖ス骭槫 | 111010011001011110010110111011111011110110111101111010011001011110010110111011111011110110111101111010011010101010101101111001101010011110101011 | e99796efbdbde99796efbdbde9aaade6a7ab |
UHC | 闖?闖??? | 1111011111100110001111111111011111100110001111110011111100111111 | f7e63ff7e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)