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 | 銹?銹? | 111001111111011000111111111001111111011000111111 | e7f63fe7f63f |
EUC-JP | 銹?銹琰 | 1110111011111000001111111110111011111000100011111100110010110100 | eef83feef88fccb4 |
UTF-8 | 銹殮銹琰 | 111010011000101010111001111011111010011010100101111010011000101010111001111001111001000010110000 | e98ab9efa6a5e98ab9e790b0 |
UHC | 銹殮銹琰 | 1110001011001000111001101111100111100010110010001110011011111100 | e2c8e6f9e2c8e6fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)