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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 日?訂蝎 | 10010011111110100011111110010010111110011110010110011001 | 93fa3f92f9e599 |
EUC-JP | 日?訂蝎 | 11000110111111000011111111000100111110111110100111111001 | c6fc3fc4fbe9f9 |
UTF-8 | 日렟訂蝎 | 111001101001011110100101111010111010000010011111111010001010100010000010111010001001110110001110 | e697a5eba09fe8a882e89d8e |
UHC | 日렟訂蝎 | 1110110011101101100011101011000011101111111101001100101011101001 | eced8eb0eff4cae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)