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 | 羆巡源郢 | 1110001110101111100011111000010010001100101110011110011110111001 | e3af8f848cb9e7b9 |
EUC-JP | 羆巡源郢 | 1110011010110001101111011110010010111000101110111110111010111011 | e6b1bde4b8bbeebb |
UTF-8 | 羆巡源郢 | 111001111011111010000110111001011011011110100001111001101011101010010000111010011000001110100010 | e7be86e5b7a1e6ba90e983a2 |
UHC | ?巡源? | 001111111110001011011110111010101011100100111111 | 3fe2deeab93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)