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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 吟ъ?吟??\ | 10001011111000011000010010001100001111111000101111100001001111110011111101011100 | 8be1848c3f8be13f3f5c |
EUC-JP | 吟ъ?吟??\ | 10110110111000111010011111101100001111111011011011100011001111110011111101011100 | b6e3a7ec3fb6e33f3f5c |
UTF-8 | 吟ъ뀑吟댁꺓\ | 111001011001000010011111110100011000101011101011100000001001000111100101100100001001111111101011100011001000000111101010101110101001001101011100 | e5909fd18aeb8091e5909feb8c81eaba935c |
UHC | 吟ъ뀑吟댁꺓\ | 11101011111000011010110011101100100001011000101111101011111000011011010011101100100000111011100101011100 | ebe1acec858bebe1b4ec83b95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)