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 | 五γ?淫 | 10001100110111001000001111000001001111111000100011111010 | 8cdc83c13f88fa |
EUC-JP | 五γ?淫 | 10111000110111101010011011000011001111111011000011111100 | b8dea6c33fb0fc |
UTF-8 | 五γ룓淫 | 1110010010111010100101001100111010110011111010111010001110010011111001101011011110101011 | e4ba94ceb3eba393e6b7ab |
UHC | 五γ룓淫 | 1110011111101001101001011110001110001111100100001110101111100010 | e7e9a5e38f90ebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)