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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髓篋偏 | 111010011001001011100010101110001001010111001110 | e992e2b895ce |
EUC-JP | 髓篋偏 | 111100011111001011100100101110101100101011010000 | f1f2e4bacad0 |
UTF-8 | 髓篋偏 | 111010011010101110010011111001111010111110001011111001011000000110001111 | e9ab93e7af8be5818f |
UHC | 髓?偏 | 1110001011010000001111111111100010110110 | e2d03ff8b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)