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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 阮ー讙取侠 | 111010001001011010110000111001101010101010001110111001101000101110100000 | e896b0e6aa8ee68ba0 |
EUC-JP | 阮ー讙取侠 | 11101111111101101000111010110000111011001010110010111100111010001011011010100010 | eff68eb0ecacbce8b6a2 |
UTF-8 | 阮ー讙取侠 | 111010011001100010101110111011111011110110110000111010001010111010011001111001011000111110010110111001001011111010100000 | e998aeefbdb0e8ae99e58f96e4bea0 |
UHC | 阮??取? | 11101000110101100011111100111111111101101010001000111111 | e8d63f3ff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)