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 | 迯庭カケ繹 | 1110011110001101100100101110101110110110101110011110001110001000 | e78d92ebb6b9e388 |
EUC-JP | 迯庭カケ繹 | 11101101111011011100010011101101100011101011011010001110101110011110010111101000 | ededc4ed8eb68eb9e5e8 |
UTF-8 | 迯庭カケ繹 | 111010001011111110101111111001011011101010101101111011111011110110110110111011111011110110111001111001111011100110111001 | e8bfafe5baadefbdb6efbdb9e7b9b9 |
UHC | ?庭??繹 | 00111111111011111101010000111111001111111110011010111010 | 3fefd43f3fe6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)