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 | 迯庭カキ? | 11100111100011011001001011101011101101101011011100111111 | e78d92ebb6b73f |
EUC-JP | 迯庭カキ寗 | 1110110111101101110001001110110110001110101101101000111010110111100011111011101011100000 | ededc4ed8eb68eb78fbae0 |
UTF-8 | 迯庭カキ寗 | 111010001011111110101111111001011011101010101101111011111011110110110110111011111011110110110111111001011010111110010111 | e8bfafe5baadefbdb6efbdb7e5af97 |
UHC | ?庭??寗 | 00111111111011111101010000111111001111111101001010111100 | 3fefd43f3fd2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)