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 | ?????{d | 00111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f7b64 |
SJIS-WIN | 溢?珂哀?{d | 10001000111011000011111110001001110011111000100010100011001111110111101101100100 | 88ec3f89cf88a33f7b64 |
EUC-JP | 溢?珂哀?{d | 10110000111011100011111110110010110100011011000010100101001111110111101101100100 | b0ee3fb2d1b0a53f7b64 |
UTF-8 | 溢뀌珂哀귓{d | 1110011010111010101000101110101110000000100011001110011110001111100000101110010110010011100000001110101010110111100100110111101101100100 | e6baa2eb808ce78f82e59380eab7937b64 |
UHC | 溢뀌珂哀귓{d | 111011001110111010110010111011101100101010110001111001001110111010110001110100110111101101100100 | eceeb2eecab1e4eeb1d37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)