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 | ???愿? | 001111110011111100111111100111001100001100111111 | 3f3f3f9cc33f |
EUC-JP | ???愿? | 001111110011111100111111110110001100010100111111 | 3f3f3fd8c53f |
UTF-8 | 曆뱀뭿愿똊 | 111011111010011010001011111010111011000110000000111010111010110110111111111001101000010010111111111010111001100010001010 | efa68bebb180ebadbfe684bfeb988a |
UHC | 曆뱀뭿愿똊 | 11100110101101111011100111101100100100101000111011101010101101001000110001001011 | e6b7b9ec928eeab48c4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)