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 | 髯ス髯ス逞曖 | 11101001100110011011110111101001100110011011110111100111100101111001111001000010 | e999bde999bde7979e42 |
EUC-JP | 髯ス髯ス逞曖 | 111100011111100110001110101111011111000111111001100011101011110111101101111101111101101110100011 | f1f98ebdf1f98ebdedf7dba3 |
UTF-8 | 髯ス髯ス逞曖 | 111010011010101110101111111011111011110110111101111010011010101110101111111011111011110110111101111010011000000010011110111001101001101110010110 | e9abafefbdbde9abafefbdbde9809ee69b96 |
UHC | ????逞曖 | 0011111100111111001111110011111111010110110000011110010011110010 | 3f3f3f3fd6c1e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)