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 | 网逸州腋 | 1110001110100100100010001110110110001111010000101110001111111100 | e3a488ed8f42e3fc |
EUC-JP | 网逸州腋 | 1110011010100110101100001110111110111101101000111110011011111110 | e6a6b0efbda3e6fe |
UTF-8 | 网逸州腋 | 111001111011110110010001111010011000000010111000111001011011011110011110111010001000010110001011 | e7bd91e980b8e5b79ee8858b |
UHC | ?逸州腋 | 00111111111011001110111111110001101101101110010011111101 | 3feceff1b6e4fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)