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 | 鬣底ケ作叶 | 111010011010010110010010111010101011100110001101111011001000101010010000 | e9a592eab98dec8a90 |
EUC-JP | 鬣底ケ作叶 | 11110010101001111100010011101100100011101011100110111010111011101011001111110000 | f2a7c4ec8eb9baeeb3f0 |
UTF-8 | 鬣底ケ作叶 | 111010011010110010100011111001011011101010010101111011111011110110111001111001001011110110011100111001011000111110110110 | e9aca3e5ba95efbdb9e4bd9ce58fb6 |
UHC | ?底?作? | 00111111111011101011110000111111111011011100001000111111 | 3feebc3fedc23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)