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 | 失遙執 | 11110001111010011000111010111000111010101010000110001110101101111111000111101001 | f1e98eb8eaa18eb7f1e9 |
EUC-JP | ?失遙執? | 0011111110111100101110101111010010100011101111001011100100111111 | 3fbcbaf4a3bcb93f |
UTF-8 | 失遙執 | 111011101000010110100100111001011010010010110001111010011000000110011001111001011001111110110111111011101000010110100100 | ee85a4e5a4b1e98199e59fb7ee85a4 |
UHC | ?失遙執? | 0011111111100011111101111110100110101011111100101111101100111111 | 3fe3f7e9abf2fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)