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 | 一?精??ⅶ | 100010001110101000111111100100001011100000111111001111111111101001000110 | 88ea3f90b83f3ffa46 |
EUC-JP | 一?精?佾? | 10110000111011000011111111000000101110100011111110001111101100001111101100111111 | b0ec3fc0ba3f8fb0fb3f |
UTF-8 | 一렣精렫佾ⅶ | 111001001011100010000000111010111010000010100011111001111011001010111110111010111010000010101011111001001011110110111110111000101000010110110110 | e4b880eba0a3e7b2beeba0abe4bdbee285b6 |
UHC | 一렣精렫佾ⅶ | 111011001110100110001110101101001110111111110001100011101011100111101100111010111010010110100111 | ece98eb4eff18eb9eceba5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)