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 | ??????q | 00111111001111110011111100111111001111110011111101110001 | 3f3f3f3f3f3f71 |
SJIS-WIN | 蟾ス閼ア螂ェq | 11100101101101111011110111101000100001001011000111100101101001011010101001110001 | e5b7bde884b1e5a5aa71 |
EUC-JP | 蟾ス閼ア螂ェq | 11101010101110011000111010111101111011111110010010001110101100011110101010100111100011101010101001110001 | eab98ebdefe48eb1eaa78eaa71 |
UTF-8 | 蟾ス閼ア螂ェq | 11101000100111111011111011101111101111011011110111101001100101101011110011101111101111011011000111101000100111101000001011101111101111011010101001110001 | e89fbeefbdbde996bcefbdb1e89e82efbdaa71 |
UHC | 蟾?閼?螂?q | 11100000111010100011111111100100110110010011111111010101110011000011111101110001 | e0ea3fe4d93fd5cc3f71 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)