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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 癲????BF | 1110000110011111001111110011111100111111001111110100001001000110 | e19f3f3f3f3f4246 |
EUC-JP | 癲??瑗?BF | 11100010101000010011111100111111100011111100110011000000001111110100001001000110 | e2a13f3f8fccc03f4246 |
UTF-8 | 癲덈빒瑗긫BF | 1110011110011001101100101110101110001101100010001110101110111001100100101110011110010001100101111110101010111000101010110100001001000110 | e799b2eb8d88ebb992e79197eab8ab4246 |
UHC | 癲덈빒瑗긫BF | 111011111010011010001000111010111001010110110110111010101011110010000011011011110100001001000110 | efa688eb95b6eabc836f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)